Home
last modified time | relevance | path

Searched refs:HTTPClientException (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/HTTP/
H A DHTTPClientException.php7 class HTTPClientException extends Exception class
H A DHTTPClient.php272 } 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) {
[all …]