blob: afa16c2fc76ae83ddc24cee01a61eec088f96eed (
plain)
1
2
3
4
5
6
7
8
|
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
if (! class_exists ( 'PostmanStateIdMissingException' )) {
class PostmanStateIdMissingException extends Exception {
}
}
|