oont-contents/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Exception/RuntimeException.php
2025-02-08 15:10:23 +01:00

6 lines
194 B
PHP

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