File "MismatchedEventManager.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Exception/MismatchedEventManager.php
File size: 345 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare (strict_types=1);
namespace MailPoetVendor\Doctrine\ORM\Exception;
if (!defined('ABSPATH')) exit;
final class MismatchedEventManager extends ORMException implements ManagerException
{
 public static function create() : self
 {
 return new self('Cannot use different EventManager instances for EntityManager and Connection.');
 }
}