9 lines
248 B
PHP
9 lines
248 B
PHP
<?php
|
|
if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
|
|
exit;
|
|
}
|
|
|
|
if ( ! class_exists( 'Freemius_ArgumentNotExistException' ) ) {
|
|
class Freemius_ArgumentNotExistException extends Freemius_InvalidArgumentException {
|
|
}
|
|
} |