File "InvalidArgumentException.php"
Full path: /home/satitravel/public_html/wp-content/plugins/foobox-image-lightbox/freemius/includes/sdk/Exceptions/InvalidArgumentException.php
File
size: 213 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
if ( ! class_exists( 'Freemius_Exception' ) ) {
exit;
}
if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
class Freemius_InvalidArgumentException extends Freemius_Exception { }
}