File "InstantiatorInterface.php"

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

<?php
namespace MailPoetVendor\Doctrine\Instantiator;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Doctrine\Instantiator\Exception\ExceptionInterface;
interface InstantiatorInterface
{
 public function instantiate($className);
}