File Manager

Path: /opt/cpanel/ea-wappspector/vendor/psr/http-client/src/

Viewing File: ClientExceptionInterface.php

<?php

namespace Psr\Http\Client;

/**
 * Every HTTP client related exception MUST implement this interface.
 */
interface ClientExceptionInterface extends \Throwable
{
}