Files
fast_response/superadmin/vendor/psr/http-client/src/ClientExceptionInterface.php
Your Name dce091da91 t
2025-03-27 07:52:44 +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
{
}