Lines Matching full:httpclientexception

14  * Class HTTPClientException
16 class HTTPClientException extends \Exception { } class
285 } catch (HTTPClientException $e) {
336 … throw new HTTPClientException('Reported content length exceeds allowed response size');
344 throw new HTTPClientException('Server returned bad answer '.$r_headers);
370 throw new HTTPClientException('Redirect but no Location Header found');
372 throw new HTTPClientException('Maximum number of redirects exceeded');
398 … throw new HTTPClientException('The received headers did not match the given regexp');
411 throw new HTTPClientException('Allowed response size exceeded');
418 throw new HTTPClientException('Allowed response size exceeded');
459 throw new HTTPClientException('Allowed response size exceeded');
466 } catch (HTTPClientException $err) {
507 * @throws HTTPClientException when a tunnel is needed but could not be established
554 …throw new HTTPClientException('Failed to set up crypto for secure connection to '.$requestinfo['ho…
557 throw new HTTPClientException('Failed to establish secure proxy connection', -150);
566 * @throws HTTPClientException
578 …throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)',$message, $time_used), -1…
580 throw new HTTPClientException("Socket disconnected while writing $message");
595 … throw new HTTPClientException("Failed writing to socket while sending $message", -100);
610 * @throws HTTPClientException
623 throw new HTTPClientException(
628 … throw new HTTPClientException("Premature End of File (socket) while reading $message");
645 … throw new HTTPClientException("Failed reading from socket while reading $message", -100);
660 * @throws HTTPClientException
670 throw new HTTPClientException(
674 … throw new HTTPClientException("Premature End of File (socket) while reading $message");