Exception: Slack::NameTakenError

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

Instance Method Summary collapse

Constructor Details

#initializeNameTakenError

Returns a new instance of NameTakenError.



75
76
77
# File 'lib/laziness/errors.rb', line 75

def initialize
  super "A channel cannot be created with the given name."
end