Exception: Passwordstate::ClientError
- Inherits:
-
HTTPError
- Object
- RuntimeError
- PasswordstateError
- HTTPError
- Passwordstate::ClientError
- Defined in:
- lib/passwordstate/errors.rb
Overview
4xx
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from HTTPError
#code, #errors, #request, #response
Instance Method Summary collapse
-
#initialize(code, req, res, errors = []) ⇒ ClientError
constructor
A new instance of ClientError.
Methods inherited from HTTPError
Constructor Details
#initialize(code, req, res, errors = []) ⇒ ClientError
Returns a new instance of ClientError.
43 44 45 |
# File 'lib/passwordstate/errors.rb', line 43 def initialize(code, req, res, errors = []) super end |