Exception: Slack::UserNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initializeUserNotFoundError

Returns a new instance of UserNotFoundError.



33
34
35
# File 'lib/laziness/errors.rb', line 33

def initialize
  super "User value is invalid."
end