| 1 | <?php |
| 2 | namespace MailPoetVendor\Doctrine\Common\Cache\Psr6; |
| 3 | if (!defined('ABSPATH')) exit; |
| 4 | use InvalidArgumentException; |
| 5 | use MailPoetVendor\Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException; |
| 6 | final class InvalidArgument extends InvalidArgumentException implements PsrInvalidArgumentException |
| 7 | { |
| 8 | } |
| 9 |