Class
Stomp::Error::NilMessageError
In:
lib/stomp/errors.rb
Parent:
RuntimeError
NilMessageError
is raised if:
Invalid (nil) data is received from the
Stomp
server in a client‘s
listener thread, and the connection is not reliable.
Methods
message
Public Instance methods
message
()
[Validate]