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

7 lines
209 B
PHP

<?php
namespace MailPoetVendor\Symfony\Component\Translation\Exception;
if (!defined('ABSPATH')) exit;
interface ProviderExceptionInterface extends ExceptionInterface
{
public function getDebug() : string;
}