geno/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Exception/OutOfBoundsException.php
2024-02-01 11:54:18 +00:00

6 lines
202 B
PHP

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