View file vendor/psr/http-client/src/ClientExceptionInterface.php

File size: 171B
<?php

namespace Psr\Http\Client;

/**
 * Every HTTP client related exception MUST implement this interface.
 */
interface ClientExceptionInterface extends \Throwable
{
}