Exception: Marley::AuthenticationError
- Inherits:
-
MarleyError
- Object
- StandardError
- MarleyError
- Marley::AuthenticationError
- Defined in:
- lib/marley/errors.rb
Instance Method Summary collapse
Methods inherited from MarleyError
Constructor Details
This class inherits a constructor from Marley::MarleyError
Instance Method Details
#log_error ⇒ Object
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 |