PluginProbe ʕ •ᴥ•ʔ
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF / trunk
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF vtrunk
2.0.5 trunk 1.3.7 1.4.0 1.4.1 1.4.2 1.4.6 1.5.0 1.5.3 1.5.6 1.5.8 1.6.5 1.6.6 1.6.9 1.7.0 1.7.4 1.8.1 1.8.2 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4
robin-image-optimizer / libs / factory / freemius / includes / sdk / Exceptions / EmptyArgumentException.php
robin-image-optimizer / libs / factory / freemius / includes / sdk / Exceptions Last commit date
ArgumentNotExistException.php 5 months ago EmptyArgumentException.php 5 months ago Exception.php 5 months ago InvalidArgumentException.php 5 months ago OAuthException.php 5 months ago index.php 6 months ago
EmptyArgumentException.php
17 lines
1 <?php
2 namespace WBCR\Factory_Freemius_Rio_600\Sdk;
3
4 if ( ! defined( 'ABSPATH' ) ) {
5 exit;
6 }
7
8 if ( ! class_exists( 'WBCR\Factory_Freemius_Rio_600\Sdk\Freemius_InvalidArgumentException' ) ) {
9 exit;
10 }
11
12 if ( ! class_exists( 'WBCR\Factory_Freemius_Rio_600\Sdk\Freemius_EmptyArgumentException' ) ) {
13 class Freemius_EmptyArgumentException extends Freemius_InvalidArgumentException {
14
15 }
16 }
17