Skip to content

Exceptions

All PayGraph exceptions inherit from PayGraphError.

paygraph.exceptions.PayGraphError

Bases: Exception

Base exception for all PayGraph errors.


paygraph.exceptions.PolicyViolationError

Bases: PayGraphError

Policy engine rejected the spend request.


paygraph.exceptions.SpendDeniedError

Bases: PayGraphError

Human denied the spend request via MockGateway.


paygraph.exceptions.GatewayError

Bases: PayGraphError

Gateway API call failed.