<?php declare (strict_types=1); namespace MailPoetVendor\Doctrine\ORM\Exception; if (!defined('ABSPATH')) exit; use Throwable; interface ManagerException extends Throwable { }