Exception: Stomp::Error::InvalidMessageLength
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::InvalidMessageLength
- Defined in:
- lib/stomp/errors.rb
Overview
InvalidMessageLength is raised if:
-
An invalid message length is detected during a frame read.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
43 44 45 |
# File 'lib/stomp/errors.rb', line 43 def "Invalid content length received" end |