| Current Path : /home/rtorresani/www/vendor/laminas/laminas-eventmanager/src/Exception/ |
| 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
{
}