# give/4.16.8.1/src/Framework/FormDesigns/Exceptions/OverflowException.php

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

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/Framework/FormDesigns/Exceptions/OverflowException.php
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/Framework/FormDesigns/Exceptions/OverflowException.php
- Modified: 2023-10-16T17:55:46+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.8.1/code/src/Framework/FormDesigns/Exceptions/OverflowException.php#L10-L20`.

```php
<?php

namespace Give\Framework\FormDesigns\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

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

```
