Lines Matching refs:HTTPClientException

272             } catch (HTTPClientException $e) {
323 … throw new HTTPClientException('Reported content length exceeds allowed response size');
330 throw new HTTPClientException('Server returned bad answer ' . $r_headers);
356 throw new HTTPClientException('Redirect but no Location Header found');
358 throw new HTTPClientException('Maximum number of redirects exceeded');
389 … throw new HTTPClientException('The received headers did not match the given regexp');
409 throw new HTTPClientException('Allowed response size exceeded');
416 throw new HTTPClientException('Allowed response size exceeded');
464 throw new HTTPClientException('Allowed response size exceeded');
470 } catch (HTTPClientException $err) {
516 * @throws HTTPClientException when a tunnel is needed but could not be established
558 throw new HTTPClientException(
564 throw new HTTPClientException('Failed to establish secure proxy connection', -150);
573 * @throws HTTPClientException
586 …throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)', $message, $time_used), -…
588 throw new HTTPClientException("Socket disconnected while writing $message");
603 … throw new HTTPClientException("Failed writing to socket while sending $message", -100);
620 * @throws HTTPClientException
632 throw new HTTPClientException(
643 … throw new HTTPClientException("Premature End of File (socket) while reading $message");
660 … throw new HTTPClientException("Failed reading from socket while reading $message", -100);
677 * @throws HTTPClientException
686 throw new HTTPClientException(
691 … throw new HTTPClientException("Premature End of File (socket) while reading $message");