class Stomp::Error::ProtocolErrorEmptyHeaderValue
ProtocolErrorEmptyHeaderValue
is raised if:
-
Any header value is empty (“”) and
-
Connection
protocol level == 1.0
Public Instance Methods
Source
# File lib/stomp/errors.rb, line 110 def message "Empty header value, STOMP 1.0" end