# give/4.16.9/src/Framework/PaymentGateways/Exceptions/OverflowException.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 13 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/PaymentGateways/Exceptions/OverflowException.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/PaymentGateways/Exceptions/OverflowException.php
- Modified: 2022-01-20T06:45:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/PaymentGateways/Exceptions/OverflowException.php#L10-L20`.

```php
<?php

namespace Give\Framework\PaymentGateways\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

/**
 * @since 2.18.0
 */
class OverflowException extends Exception
{
}

```
