class Slack::AlreadyArchivedError

Public Class Methods

new() click to toggle source
Calls superclass method Slack::APIError::new
# File lib/laziness/errors.rb, line 63
def initialize
  super "Channel has already been archived."
end