|
1
|
<?php |
|
2
|
|
|
3
|
namespace Give\PaymentGateways\Exceptions; |
|
4
|
|
|
5
|
use Give\Framework\Exceptions\Primitives\Exception; |
|
6
|
|
|
7
|
/** |
|
8
|
* Class InvalidPropertyName
|
|
9
|
* @package Give\Framework\Exceptions\Primitives
|
|
10
|
*
|
|
11
|
* @since 2.13.0
|
|
12
|
*/ |
|
13
|
class InvalidPropertyName extends Exception |
|
14
|
{ |
|
15
|
} |
|
16
|
|