8 lines
200 B
PHP
8 lines
200 B
PHP
<?php
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Exit if accessed directly
|
|
}
|
|
if (! class_exists ( 'PostmanStateIdMissingException' )) {
|
|
class PostmanStateIdMissingException extends Exception {
|
|
}
|
|
} |