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