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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Postman/Postman-Auth/PostmanStateIdMissingException.php b/Postman/Postman-Auth/PostmanStateIdMissingException.php
index 94a973d..afa16c2 100644
--- a/Postman/Postman-Auth/PostmanStateIdMissingException.php
+++ b/Postman/Postman-Auth/PostmanStateIdMissingException.php
@@ -1,4 +1,7 @@
<?php
+if ( ! defined( 'ABSPATH' ) ) {
+ exit; // Exit if accessed directly
+}
if (! class_exists ( 'PostmanStateIdMissingException' )) {
class PostmanStateIdMissingException extends Exception {
}