Exception: Passfort::Errors::BadGatewayError

Inherits:
APIError
  • Object
show all
Defined in:
lib/passfort/errors/bad_gateway_error.rb

Overview

Specific error class for when an HTTP request returned a 502

Instance Attribute Summary

Attributes inherited from APIError

#errors, #response

Instance Method Summary collapse

Constructor Details

#initializeBadGatewayError

Returns a new instance of BadGatewayError.



7
8
9
# File 'lib/passfort/errors/bad_gateway_error.rb', line 7

def initialize
  super("Request returned a bad gateway error")
end