oont-contents/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php
2025-02-08 15:10:23 +01: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
{
}