File "NetworkException.php"

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

<?php

namespace Http\Client\Exception;

/**
 * Thrown when the request cannot be completed because of network issues.
 *
 * There is no response object as this exception is thrown when no response has been received.
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 */
class NetworkException extends RequestException
{
}