geno/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Exception/LogicException.php

7 lines
190 B
PHP
Raw Permalink Normal View History

2024-02-01 17:24:18 +05:30
<?php
namespace MailPoetVendor\Symfony\Component\DependencyInjection\Exception;
if (!defined('ABSPATH')) exit;
class LogicException extends \LogicException implements ExceptionInterface
{
}