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

6 lines
192 B
PHP

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