class Stomp::Error::InvalidServerCommand
InvalidServerCommand is raised if:
-
An invalid STOMP COMMAND is received from the server.
Public Instance Methods
message()
click to toggle source
# File lib/stomp/errors.rb, line 34 def message "Invalid command from server" end