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