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
35 36 37 |
# File 'lib/stomp/errors.rb', line 35 def "Invalid command from server" end |