File "ClientExceptionInterface.php"
Full path: /home/fsibplc/public_html/fsib/vendor/psr/http-client/src/ClientExceptionInterface.php
File
size: 171 B (171 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}