Exception: PStream::Error::StreamNotFound

Inherits:
PStream::Error show all
Defined in:
lib/pstream/error/stream_not_found.rb

Instance Method Summary collapse

Constructor Details

#initialize(stream, prot = "tcp") ⇒ StreamNotFound

Returns a new instance of StreamNotFound.



2
3
4
# File 'lib/pstream/error/stream_not_found.rb', line 2

def initialize(stream, prot = "tcp")
    super("Protocol #{prot} does not have stream #{stream}")
end