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