?? GreyFile — Mystic File Browser

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



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

?? Viewing: NetworkException.php

<?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
{
}


??

??