Exception: Slack::UserIsBotError

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

Instance Method Summary collapse

Constructor Details

#initializeUserIsBotError

Returns a new instance of UserIsBotError.



45
46
47
# File 'lib/laziness/errors.rb', line 45

def initialize
  super "This method cannot be called by a bot user."
end