Exception: Slacks::NotListeningError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/slacks/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNotListeningError

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