class Stomp::Error::ProtocolErrorConnect
ProtocolErrorConnect is raised if:
-
Incomplete Stomp 1.1 headers are detected during a connect.
Public Instance Methods
message()
click to toggle source
# File lib/stomp/errors.rb, line 109 def message "STOMP 1.1+ CONNECT error, missing/incorrect CONNECT headers" end