Path : /var/www/html/solarwindia/vendor/php-http/httplug/src/Exception/ |
Current File : //var/www/html/solarwindia/vendor/php-http/httplug/src/Exception/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 <[email protected]> */ class NetworkException extends RequestException { }