File "ClientExceptionInterface.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/vendor/psr/http-client/src/ClientExceptionInterface.php
File size: 171 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Psr\Http\Client;

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