Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-eventmanager/src/Exception/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-eventmanager/src/Exception/ExceptionInterface.php

<?php

namespace Laminas\EventManager\Exception;

use Throwable;

/**
 * Base exception interface
 */
interface ExceptionInterface extends Throwable
{
}