Files
4WDCSA.co.za/google-client/vendor/psr/http-client/src/ClientExceptionInterface.php
Local Administrator b83134aca3 Initial commit
2025-04-18 10:32:42 +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
{
}