Exception: Slacks::NotListeningError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Slacks::NotListeningError
- Defined in:
- lib/slacks/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NotListeningError
constructor
A new instance of NotListeningError.
Constructor Details
#initialize ⇒ NotListeningError
Returns a new instance of NotListeningError.
100 101 102 |
# File 'lib/slacks/errors.rb', line 100 def initialize super "Not connected to the RTM API; call `listen!` first" end |