forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
if (! class_exists ( 'PostmanStateIdMissingException' )) {
|
||||
class PostmanStateIdMissingException extends Exception {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user