class Stomp::Error::StompServerError
StompServerError is raised if:
-
Invalid (nil) data is received from the Stomp server.
Public Instance Methods
message()
click to toggle source
# File lib/stomp/errors.rb, line 165 def message "Connected, header read is nil, is this really a Stomp Server?" end