| Current Path : /home/rtorresani/www/vendor/laminas/laminas-http/src/Header/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-http/src/Header/Exception/ExceptionInterface.php |
<?php
namespace Laminas\Http\Header\Exception;
use Laminas\Http\Exception\ExceptionInterface as HttpException;
interface ExceptionInterface extends HttpException
{
}