Exception: Stomp::Error::NilMessageError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::NilMessageError
- Defined in:
- lib/stomp/errors.rb
Overview
NilMessageError is raised if:
-
Invalid (nil) data is received from the Stomp server in a client’s
listener thread, and the connection is not reliable.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
256 257 258 |
# File 'lib/stomp/errors.rb', line 256 def "Received message is nil, and connection not reliable" end |