class Stomp::Error::InvalidFormat
InvalidFormat is raised if:
-
During frame parsing if a malformed frame is detected.
Public Instance Methods
message()
click to toggle source
# File lib/stomp/errors.rb, line 26 def message "Invalid message - invalid format" end