Exception: Protege::UnauthorizedError
- Defined in:
- lib/protege/errors/unauthorized_error.rb
Overview
the provider rejected authentication
Constant Summary
Constants inherited from Error
Error::PERMANENT, Error::TRANSIENT
Instance Method Summary collapse
-
#initialize(detail = nil) ⇒ UnauthorizedError
constructor
A new instance of UnauthorizedError.
Constructor Details
#initialize(detail = nil) ⇒ UnauthorizedError
Returns a new instance of UnauthorizedError.
6 |
# File 'lib/protege/errors/unauthorized_error.rb', line 6 def initialize(detail = nil) = super(detail || 'the provider rejected authentication') |