Class: Justimmo::API::Query::AuthenticationFailed
- Inherits:
-
JustimmoError
- Object
- Justimmo::API::Query::AuthenticationFailed
- Defined in:
- lib/justimmo/api/v1/query.rb
Overview
Raised when authentication with the API fails.
Instance Method Summary collapse
-
#initialize ⇒ AuthenticationFailed
constructor
A new instance of AuthenticationFailed.
Constructor Details
#initialize ⇒ AuthenticationFailed
13 14 15 |
# File 'lib/justimmo/api/v1/query.rb', line 13 def initialize super('Authentication failed.') end |