class Slacks::MissingTokenError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/slacks/errors.rb, line 94
def initialize
  super "Unable to connect to Slack; a token has no"
end