class Slack::RestrictedActionError

Public Class Methods

new() click to toggle source
Calls superclass method Slack::APIError::new
# File lib/laziness/errors.rb, line 27
def initialize
  super "A team preference prevents authenticated user from archiving."
end