File "ClientExceptionInterface.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/vendor/psr/http-client/src/ClientExceptionInterface.php
File size: 171 B
MIME-type:
Charset: utf-8
<?php
namespace Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}