oont-contents/plugins/mailpoet/vendor-prefixed/symfony/translation/Exception/NotFoundResourceException.php
2025-02-08 15:10:23 +01:00

6 lines
203 B
PHP

<?php
namespace MailPoetVendor\Symfony\Component\Translation\Exception;
if (!defined('ABSPATH')) exit;
class NotFoundResourceException extends \InvalidArgumentException implements ExceptionInterface
{
}