class Slack::UserIsRestrictedError

Public Class Methods

new() click to toggle source
Calls superclass method Slack::APIError::new
# File lib/laziness/errors.rb, line 51
def initialize
  super "This method cannot be called by a restricted user or single channel guest."
end