Files
arif_grafin/pma/vendor/psr/http-client/src/ClientExceptionInterface.php
dev@siliconpin.com a3067c5ad4 first commit
2025-08-07 11:53:41 +05:30

11 lines
171 B
PHP

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