Exception: EmpireAvenue::Error::Forbidden

Inherits:
ClientError show all
Defined in:
lib/empireavenue/error/forbidden.rb

Overview

Raised when Empire Avenue returns the HTTP status code 403

Constant Summary collapse

HTTP_STATUS_CODE =
403

Instance Attribute Summary

Attributes inherited from EmpireAvenue::Error

#wrapped_exception

Method Summary

Methods inherited from ClientError

from_response

Methods inherited from EmpireAvenue::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from EmpireAvenue::Error