oont-contents/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php
2025-02-08 15:10:23 +01:00

10 lines
189 B
PHP

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