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

7 lines
254 B
PHP

<?php
namespace MailPoetVendor\Symfony\Component\DependencyInjection\Exception;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Psr\Container\ContainerExceptionInterface;
interface ExceptionInterface extends ContainerExceptionInterface, \Throwable
{
}