Exception: Stomp::Error::NoCurrentConnection
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::NoCurrentConnection
- Defined in:
- lib/stomp/errors.rb
Overview
NoCurrentConnection is raised if:
-
Any method is called when a current connection does not exist.
-
And @closed_check is true (the default).
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
78 79 80 |
# File 'lib/stomp/errors.rb', line 78 def "no current connection exists" end |