# give/4.16.8.1/src/PaymentGateways/Exceptions/InvalidPropertyName.php

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

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/PaymentGateways/Exceptions/InvalidPropertyName.php
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/PaymentGateways/Exceptions/InvalidPropertyName.php
- Modified: 2021-11-23T23:55:18+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/PaymentGateways/Exceptions/InvalidPropertyName.php#L10-L20`.

```php
<?php

namespace Give\PaymentGateways\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

/**
 * Class InvalidPropertyName
 * @package Give\Framework\Exceptions\Primitives
 *
 * @since 2.13.0
 */
class InvalidPropertyName extends Exception
{
}

```
