Files
juipphp/vendor/psr/http-client/src/ClientExceptionInterface.php
“wanyongkang” 41ebab71e5 阿里短信验证
2024-03-02 18:14:13 +08:00

11 lines
171 B
PHP

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