Exception: Passwordstate::NotFoundError

Inherits:
ClientError show all
Defined in:
lib/passwordstate/errors.rb

Overview

404

Instance Attribute Summary

Attributes inherited from HTTPError

#code, #errors, #request, #response

Instance Method Summary collapse

Methods inherited from HTTPError

new_by_code

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