Class: Chandler::GitHub::TokenAuthenticationFailure
- Defined in:
- lib/chandler/github/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
27 28 29 30 31 |
# File 'lib/chandler/github/errors.rb', line 27 def "GitHub authentication failed.\n"\ "Check that the CHANDLER_GITHUB_API_TOKEN environment variable "\ "is correct." end |