Exception: FindGithubEmail::Errors::NoAccessToken
- Defined in:
- lib/find_github_email/errors.rb
Constant Summary
Constants inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from FindGithubEmail::Errors::Error
Instance Method Details
#message ⇒ Object
23 24 25 |
# File 'lib/find_github_email/errors.rb', line 23 def "Oops, no access token set #{HELP_OUTPUT}" end |