Files
kalsport.pl/modules/pdgoogleanalytycs4pro/vendor/psr/http-client/src/ClientExceptionInterface.php
2024-11-05 12:22:50 +01:00

11 lines
172 B
PHP

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