File "InvalidArgument.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php
File size: 310 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\Common\Cache\Psr6;
if (!defined('ABSPATH')) exit;
use InvalidArgumentException;
use MailPoetVendor\Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
final class InvalidArgument extends InvalidArgumentException implements PsrInvalidArgumentException
{
}