Exception: Slack::NotAuthedError

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

Instance Method Summary collapse

Constructor Details

#initializeNotAuthedError

Returns a new instance of NotAuthedError.



9
10
11
# File 'lib/laziness/errors.rb', line 9

def initialize
  super "No authentication token provided."
end