|
1
|
<?php |
|
2
|
namespace MailPoetVendor\Symfony\Component\DependencyInjection\Exception; |
|
3
|
if (!defined('ABSPATH')) exit; |
|
4
|
use MailPoetVendor\Psr\Container\ContainerExceptionInterface; |
|
5
|
interface ExceptionInterface extends ContainerExceptionInterface, \Throwable |
|
6
|
{ |
|
7
|
} |
|
8
|
|