Exception: Stomp::Error::StompServerError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::StompServerError
- Defined in:
- lib/stomp/errors.rb
Overview
StompServerError is raised if:
-
Invalid (nil) data is received from the Stomp server.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
182 183 184 |
# File 'lib/stomp/errors.rb', line 182 def "Connected, header read is nil, is this really a Stomp Server?" end |