class Slack::InvalidAuthError
Public Class Methods
new()
click to toggle source
Calls superclass method
Slack::APIError::new
# File lib/laziness/errors.rb, line 15 def initialize super "Invalid authentication token." end