File "Exception.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/themeisle-companion/vendor/php-http/httplug/src/Exception.php
File size: 193 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Http\Client;

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