Exception: Slack::NotArchivedError

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

Instance Method Summary collapse

Constructor Details

#initializeNotArchivedError

Returns a new instance of NotArchivedError.



69
70
71
# File 'lib/laziness/errors.rb', line 69

def initialize
  super "Channel is not archived."
end