class JustimmoClient::Errors::AuthenticationFailed

Raised when authentication with the API fails.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/justimmo_client/errors.rb, line 12
def initialize
  super("Authentication failed.")
end