class Stomp::Error::NoCurrentConnection
NoCurrentConnection
is raised if:
-
Any method is called when a current connection does not exist.
-
And @closed_check is true (the default).
Public Instance Methods
Source
# File lib/stomp/errors.rb, line 77 def message "no current connection exists" end