class StreamClosed
Represents an error for operations on closed streams.
Definitions
def initialize(message)
Initialize a stream closed error.
Signature
-
parameter
messageString The error message.
Implementation
def initialize(message)
super message, STREAM_CLOSED
end