Resources/Psr/Http/Client/ClientExceptionInterface.php
Dennis Eichhorn 7e0153ea0f perm change
2023-03-25 22:32:11 +00:00

11 lines
171 B
PHP
Executable File

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