whitelabel-plugins-update-s.../aws/Psr/Http/Client/ClientExceptionInterface.php
2024-05-13 16:09:03 +05:00

10 lines
171 B
PHP

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