File "ExceptionInterface.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php
File size: 161 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\Instantiator\Exception;
if (!defined('ABSPATH')) exit;
use Throwable;
interface ExceptionInterface extends Throwable
{
}