7 lines
254 B
PHP
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
|
|
{
|
|
}
|