Files
wonderful-weather/vendor/psr/http-client/src/ClientExceptionInterface.php
foobar 27c1969aaa init
2022-08-21 21:39:06 +02:00

11 lines
171 B
PHP

<?php
namespace Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}