Exception: Marley::AuthenticationError

Inherits:
MarleyError show all
Defined in:
lib/marley/errors.rb

Instance Method Summary collapse

Methods inherited from MarleyError

#initialize, #to_a

Constructor Details

This class inherits a constructor from Marley::MarleyError

Instance Method Details

#log_errorObject



32
33
34
# File 'lib/marley/errors.rb', line 32

def log_error
  $log.error("Authentication failed for #{@auth.credentials[0]}") if (@auth && @auth.provided? && @auth.basic? && @auth.credentials)
end