6 lines
153 B
PHP
6 lines
153 B
PHP
<?php
|
|
namespace MailPoetVendor\Symfony\Component\Validator\Exception;
|
|
if (!defined('ABSPATH')) exit;
|
|
interface ExceptionInterface extends \Throwable
|
|
{
|
|
}
|