diff options
Diffstat (limited to 'Postman/Postman-Auth/PostmanStateIdMissingException.php')
-rw-r--r-- | Postman/Postman-Auth/PostmanStateIdMissingException.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Postman/Postman-Auth/PostmanStateIdMissingException.php b/Postman/Postman-Auth/PostmanStateIdMissingException.php new file mode 100644 index 0000000..94a973d --- /dev/null +++ b/Postman/Postman-Auth/PostmanStateIdMissingException.php @@ -0,0 +1,5 @@ +<?php +if (! class_exists ( 'PostmanStateIdMissingException' )) { + class PostmanStateIdMissingException extends Exception { + } +}
\ No newline at end of file |