class Slack::AccountInactiveError

Public Class Methods

new() click to toggle source
Calls superclass method Slack::APIError::new
# File lib/laziness/errors.rb, line 21
def initialize
  super "Authentication token is for a deleted user or team."
end