File "ArgumentNotExistException.php"

Full path: /home/satitravel/public_html/wp-content/plugins/foogallery/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
File size: 248 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
	if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
		exit;
	}

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