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