PluginProbe ʕ •ᴥ•ʔ
Auto Post Cleaner / 3.10.2
Auto Post Cleaner v3.10.2
3.12.0 3.13.1 3.2.4 3.2.5 3.3.0 3.3.10 3.3.11 3.3.8 3.4.2 3.5.3 3.6.0 3.7.0 3.7.1 3.7.2 3.7.3 3.7.5 3.7.6 3.8.0 3.9.0 3.9.4 3.9.6 3.9.7 trunk 3.0.0 3.1.0 3.10.1 3.10.2 3.11.4
delete-old-posts-programmatically / freemius / includes / sdk / Exceptions / EmptyArgumentException.php
delete-old-posts-programmatically / freemius / includes / sdk / Exceptions Last commit date
ArgumentNotExistException.php 4 years ago EmptyArgumentException.php 4 years ago Exception.php 4 years ago InvalidArgumentException.php 4 years ago OAuthException.php 4 years ago index.php 5 years ago
EmptyArgumentException.php
14 lines
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5
6 if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
7 exit;
8 }
9
10 if ( ! class_exists( 'Freemius_EmptyArgumentException' ) ) {
11 class Freemius_EmptyArgumentException extends Freemius_InvalidArgumentException {
12 }
13 }
14