6 lines
177 B
PHP
6 lines
177 B
PHP
<?php
|
|
namespace MailPoetVendor\Symfony\Component\CssSelector\Exception;
|
|
if (!defined('ABSPATH')) exit;
|
|
class ParseException extends \Exception implements ExceptionInterface
|
|
{
|
|
}
|