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

6 lines
186 B
PHP

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