Lines Matching refs:HTTPClientException

277             } catch (HTTPClientException $e) {
328 throw new HTTPClientException('Reported content length exceeds allowed response size');
336 throw new HTTPClientException('Server returned bad answer '.$r_headers);
362 throw new HTTPClientException('Redirect but no Location Header found');
364 throw new HTTPClientException('Maximum number of redirects exceeded');
395 throw new HTTPClientException('The received headers did not match the given regexp');
415 throw new HTTPClientException('Allowed response size exceeded');
422 throw new HTTPClientException('Allowed response size exceeded');
467 throw new HTTPClientException('Allowed response size exceeded');
474 } catch (HTTPClientException $err) {
515 * @throws HTTPClientException when a tunnel is needed but could not be established
562 throw new HTTPClientException(
567 throw new HTTPClientException('Failed to establish secure proxy connection', -150);
576 * @throws HTTPClientException
588 throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)',$message, $time_used), -100);
590 throw new HTTPClientException("Socket disconnected while writing $message");
605 throw new HTTPClientException("Failed writing to socket while sending $message", -100);
620 * @throws HTTPClientException
633 throw new HTTPClientException(
638 throw new HTTPClientException("Premature End of File (socket) while reading $message");
655 throw new HTTPClientException("Failed reading from socket while reading $message", -100);
670 * @throws HTTPClientException
680 throw new HTTPClientException(
684 throw new HTTPClientException("Premature End of File (socket) while reading $message");