Exception: Stomp::Error::ProtocolErrorEmptyHeaderKey
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::ProtocolErrorEmptyHeaderKey
- Defined in:
- lib/stomp/errors.rb
Overview
ProtocolErrorEmptyHeaderKey is raised if:
-
Any header key is empty (“”)
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
102 103 104 |
# File 'lib/stomp/errors.rb', line 102 def "Empty header key" end |