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
21 22 23 |
# File 'lib/jira/oauth_client.rb', line 21 def "init_access_token must be called before using the client" end |