Exception: Slack::LastRaChannelError

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

Instance Method Summary collapse

Constructor Details

#initializeLastRaChannelError

Returns a new instance of LastRaChannelError.



93
94
95
# File 'lib/laziness/errors.rb', line 93

def initialize
  super "You cannot archive the last channel for a restricted account."
end