Exception: Verity::AuthError
- Defined in:
- lib/verity/errors.rb
Instance Attribute Summary
Attributes inherited from APIError
Instance Method Summary collapse
-
#initialize(message, code: nil, details: nil) ⇒ AuthError
constructor
A new instance of AuthError.
Constructor Details
#initialize(message, code: nil, details: nil) ⇒ AuthError
Returns a new instance of AuthError.
16 17 18 |
# File 'lib/verity/errors.rb', line 16 def initialize(, code: nil, details: nil) super(, code: code, details: details, status_code: 401) end |