Exception: Slack::RestrictedActionError

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

Instance Method Summary collapse

Constructor Details

#initializeRestrictedActionError

Returns a new instance of RestrictedActionError.



27
28
29
# File 'lib/laziness/errors.rb', line 27

def initialize
  super "A team preference prevents authenticated user from archiving."
end