Exception: Slack::AccountInactiveError

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

Instance Method Summary collapse

Constructor Details

#initializeAccountInactiveError

Returns a new instance of AccountInactiveError.



21
22
23
# File 'lib/laziness/errors.rb', line 21

def initialize
  super "Authentication token is for a deleted user or team."
end