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