Exception: Slack::CantArchiveGeneralError

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

Instance Method Summary collapse

Constructor Details

#initializeCantArchiveGeneralError

Returns a new instance of CantArchiveGeneralError.



87
88
89
# File 'lib/laziness/errors.rb', line 87

def initialize
  super "You cannot archive the general channel."
end