Exception: Stomp::Error::NoListenerGiven
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::NoListenerGiven
- Defined in:
- lib/stomp/errors.rb
Overview
NoListenerGiven is raised if:
-
No listener block is passed to Client#subscribe
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
11 12 13 |
# File 'lib/stomp/errors.rb', line 11 def "No listener given" end |