Exception: JIRA::OauthClient::UninitializedAccessTokenError
- Inherits:
-
StandardError
- Object
- StandardError
- JIRA::OauthClient::UninitializedAccessTokenError
- Defined in:
- lib/jira/oauth_client.rb
Overview
This exception is thrown when the client is used before the OAuth access token has been initialized.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
20 21 22 |
# File 'lib/jira/oauth_client.rb', line 20 def 'init_access_token must be called before using the client' end |