Exception: Stomp::Error::InvalidHeartBeatHeaderError
- Inherits:
-
ProtocolError11p
- Object
- RuntimeError
- ProtocolError11p
- Stomp::Error::InvalidHeartBeatHeaderError
- Defined in:
- lib/stomp/errors.rb
Overview
InvalidHeartBeatHeaderError is raised if:
-
A “heart-beat” header is present, but the values are malformed.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
142 143 144 |
# File 'lib/stomp/errors.rb', line 142 def "heart-beat header value is malformed" end |