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
229 230 231 |
# File 'lib/stomp/errors.rb', line 229 def "Received message is nil, and connection not reliable" end |