IOError
This error is thrown when a stream is detected as being closed.
# File lib/rex/exceptions.rb, line 108 def initialize(stream) @stream = stream end
# File lib/rex/exceptions.rb, line 112 def stream @stream end
# File lib/rex/exceptions.rb, line 116 def to_s "Stream #{@stream} is closed." end
[Validate]
Generated with the Darkfish Rdoc Generator 2.