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