Exception: Slack::UserNotVisibleError

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

Instance Method Summary collapse

Constructor Details

#initializeUserNotVisibleError

Returns a new instance of UserNotVisibleError.



39
40
41
# File 'lib/laziness/errors.rb', line 39

def initialize
  super "Not authorized to view the requested user."
end