| Current Path : /home/rtorresani/www/vendor/laminas/laminas-server/src/Reflection/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-server/src/Reflection/Exception/ExceptionInterface.php |
<?php
/**
* @see https://github.com/laminas/laminas-server for the canonical source repository
*/
namespace Laminas\Server\Reflection\Exception;
use Laminas\Server\Exception\ExceptionInterface as Exception;
/**
* Laminas\Server\Reflection exceptions
*/
interface ExceptionInterface extends Exception
{
}