Your IP : 216.73.216.43


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