Viewing File: /usr/local/cpanel/base/3rdparty/phpMyAdmin/vendor/psr/http-client/src/ClientExceptionInterface.php

<?php

namespace Psr\Http\Client;

/**
 * Every HTTP client related exception MUST implement this interface.
 */
interface ClientExceptionInterface extends \Throwable
{
}
Back to Directory File Manager