Exception: Slack::NoChannelError

Inherits:
APIError
  • Object
show all
Defined in:
lib/laziness/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNoChannelError

Returns a new instance of NoChannelError.



81
82
83
# File 'lib/laziness/errors.rb', line 81

def initialize
  super "Value passed for name was empty."
end