# give/4.16.9/src/VendorOverrides/Validation/Exceptions/ValidationException.php

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/VendorOverrides/Validation/Exceptions/ValidationException.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/VendorOverrides/Validation/Exceptions/ValidationException.php
- Modified: 2023-01-18T19:19:38+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/VendorOverrides/Validation/Exceptions/ValidationException.php#L10-L20`.

```php
<?php

declare(strict_types=1);

namespace Give\VendorOverrides\Validation\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;
use Give\Vendors\StellarWP\Validation\Exceptions\Contracts\ValidationExceptionInterface;

class ValidationException extends Exception implements ValidationExceptionInterface
{

}

```
