← All changes
|
freemius/includes/sdk/Exceptions/InvalidArgumentException.php
+12
-0
51.1.2
→
51.1.83
View file →
| @@ -1,0 +1,12 @@ | ||
| 1 | +<?php | |
| 2 | + if ( ! defined( 'ABSPATH' ) ) { | |
| 3 | + exit; | |
| 4 | + } | |
| 5 | + | |
| 6 | + if ( ! class_exists( 'Freemius_Exception' ) ) { | |
| 7 | + exit; | |
| 8 | + } | |
| 9 | + | |
| 10 | + if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) { | |
| 11 | + class Freemius_InvalidArgumentException extends Freemius_Exception { } | |
| 12 | + } | |