Exception: PStream::Error::ProtocolNotSupported

Inherits:
PStream::Error
  • Object
show all
Defined in:
lib/pstream/error/protocol_not_supported.rb

Instance Method Summary collapse

Constructor Details

#initialize(prot) ⇒ ProtocolNotSupported

Returns a new instance of ProtocolNotSupported.



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

def initialize(prot)
    super("Protocol #{prot} not supported")
end