class Passwordstate::ServerError

5xx

Public Class Methods

new(code, req, res, errors = []) click to toggle source
Calls superclass method Passwordstate::HTTPError::new
# File lib/passwordstate/errors.rb, line 57
def initialize(code, req, res, errors = [])
  super
end