Exception: Stomp::Error::InvalidFormat
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::InvalidFormat
- Defined in:
- lib/stomp/errors.rb
Overview
InvalidFormat is raised if:
-
During frame parsing if a malformed frame is detected.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
27 28 29 |
# File 'lib/stomp/errors.rb', line 27 def "Invalid message - invalid format" end |