Exception: PStream::Error::ProtocolNotSupported
- Inherits:
-
PStream::Error
- Object
- RuntimeError
- PStream::Error
- PStream::Error::ProtocolNotSupported
- Defined in:
- lib/pstream/error/protocol_not_supported.rb
Instance Method Summary collapse
-
#initialize(prot) ⇒ ProtocolNotSupported
constructor
A new instance of ProtocolNotSupported.
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 |