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

6 lines
202 B
PHP

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