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