| Current Path : /var/www/clients/client3/web2/web/vendor/laminas/laminas-i18n/src/Exception/ |
| Current File : /var/www/clients/client3/web2/web/vendor/laminas/laminas-i18n/src/Exception/ExceptionInterface.php |
<?php
namespace Laminas\I18n\Exception;
use Throwable;
interface ExceptionInterface extends Throwable
{
}