ClientException.php

PHP

Path: src/Http/Client/ClientException.php

<?php

namespace mini\Http\Client;

use Psr\Http\Client\ClientExceptionInterface;

/**
 * Base exception for HTTP client errors
 */
class ClientException extends \RuntimeException implements ClientExceptionInterface
{
}