oont-contents/plugins/mailpoet/vendor-prefixed/symfony/css-selector/Exception/ExceptionInterface.php
2025-02-08 15:10:23 +01:00

6 lines
155 B
PHP

<?php
namespace MailPoetVendor\Symfony\Component\CssSelector\Exception;
if (!defined('ABSPATH')) exit;
interface ExceptionInterface extends \Throwable
{
}