class Slack::LastRaChannelError

Public Class Methods

new() click to toggle source
Calls superclass method Slack::APIError::new
# File lib/laziness/errors.rb, line 93
def initialize
  super "You cannot archive the last channel for a restricted account."
end