geno/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Exception/RuntimeException.php
2024-02-01 11:54:18 +00:00

6 lines
194 B
PHP

<?php
namespace MailPoetVendor\Symfony\Component\DependencyInjection\Exception;
if (!defined('ABSPATH')) exit;
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}