Class: Chandler::GitHub::TokenAuthenticationFailure

Inherits:
Error
  • Object
show all
Defined in:
lib/chandler/github/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



27
28
29
30
31
# File 'lib/chandler/github/errors.rb', line 27

def message
  "GitHub authentication failed.\n"\
  "Check that the CHANDLER_GITHUB_API_TOKEN environment variable "\
  "is correct."
end