File "InvalidArgumentException.php"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/InvalidArgumentException.php
File size: 213 bytes
MIME-type: text/x-php
Charset: utf-8

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

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