Files
torebki-fabiola.pl/wp-content/plugins/post-smtp/Postman/Postman-Auth/PostmanStateIdMissingException.php
2026-03-05 13:07:40 +01:00

8 lines
200 B
PHP

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