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

7 lines
194 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 RuntimeException extends \RuntimeException implements ExceptionInterface
{
}