diff options
Diffstat (limited to 'Postman/Postman-Auth/PostmanStateIdMissingException.php')
-rw-r--r-- | Postman/Postman-Auth/PostmanStateIdMissingException.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Postman/Postman-Auth/PostmanStateIdMissingException.php b/Postman/Postman-Auth/PostmanStateIdMissingException.php deleted file mode 100644 index afa16c2..0000000 --- a/Postman/Postman-Auth/PostmanStateIdMissingException.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php -if ( ! defined( 'ABSPATH' ) ) { - exit; // Exit if accessed directly -} -if (! class_exists ( 'PostmanStateIdMissingException' )) { - class PostmanStateIdMissingException extends Exception { - } -}
\ No newline at end of file |