Exception: Stomp::Error::NoListenerGiven

Inherits:
RuntimeError
  • Object
show all
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

#messageObject



11
12
13
# File 'lib/stomp/errors.rb', line 11

def message
  "No listener given"
end