init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing
|
||||
|
||||
namespace MailPoet\Doctrine;
|
||||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
|
||||
use MailPoetVendor\Psr\Cache\InvalidArgumentException;
|
||||
|
||||
class PSRCacheInvalidArgumentException extends \Exception implements InvalidArgumentException {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user