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