class Slack::CantArchiveGeneralError
Public Class Methods
new()
click to toggle source
Calls superclass method
Slack::APIError::new
# File lib/laziness/errors.rb, line 87 def initialize super "You cannot archive the general channel." end