Your IP : 216.73.216.164


Current Path : /var/www/html/wp-content/plugins/wpide/freemius/includes/sdk/Exceptions/
Upload File :
Current File : /var/www/html/wp-content/plugins/wpide/freemius/includes/sdk/Exceptions/EmptyArgumentException.php

<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
		exit;
	}

	if ( ! class_exists( 'Freemius_EmptyArgumentException' ) ) {
		class Freemius_EmptyArgumentException extends Freemius_InvalidArgumentException {
		}
	}