Exception: Stomp::Error::InvalidServerCommand
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::InvalidServerCommand
- Defined in:
- lib/stomp/errors.rb
Overview
InvalidServerCommand is raised if:
-
An invalid STOMP COMMAND is received from the server.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
19 20 21 |
# File 'lib/stomp/errors.rb', line 19 def "Invalid command from server" end |