Exception: Passwordstate::ServerError

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

Overview

5xx

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 = []) ⇒ 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