?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/psxmarketingwithgoogle/vendor/php-http/httplug/src/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules/psxmarketingwithgoogle/vendor/php-http/httplug

?? Viewing: Exception.php

<?php

namespace Http\Client;

use Psr\Http\Client\ClientExceptionInterface as PsrClientException;

/**
 * Every HTTP Client related Exception must implement this interface.
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 */
interface Exception extends PsrClientException
{
}


??

??