Exception: Stomp::Error::ProtocolErrorEmptyHeaderValue
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::ProtocolErrorEmptyHeaderValue
- Defined in:
- lib/stomp/errors.rb
Overview
ProtocolErrorEmptyHeaderValue is raised if:
-
Any header value is empty (“”) and
-
Connection protocol level == 1.0
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
111 112 113 |
# File 'lib/stomp/errors.rb', line 111 def "Empty header value, STOMP 1.0" end |