FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
doctrine
/
orm
/
src
/
Exception
Edit File: EntityManagerClosed.php
<?php declare (strict_types=1); namespace MailPoetVendor\Doctrine\ORM\Exception; if (!defined('ABSPATH')) exit; final class EntityManagerClosed extends ORMException implements ManagerException { public static function create() : self { return new self('The EntityManager is closed.'); } }
Save
Back