class Slack::NotAuthedError

Public Class Methods

new() click to toggle source
Calls superclass method Slack::APIError::new
# File lib/laziness/errors.rb, line 9
def initialize
  super "No authentication token provided."
end