Searched refs:HTTPClientException (Results 1 – 4 of 4) sorted by relevance
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) {[all …]
7 class HTTPClientException extends Exception class
16 class HTTPClientException extends \Exception { } class285 } 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');[all …]
44 } catch (\HTTPClientException $e) {