Files
LiveCartaWP/html/wp-content/plugins/post-smtp/Postman/Postman-Auth/PostmanStateIdMissingException.php

8 lines
200 B
PHP

<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
if (! class_exists ( 'PostmanStateIdMissingException' )) {
class PostmanStateIdMissingException extends Exception {
}
}