Home
last modified time | relevance | path

Searched full:httpclientexception (Results 1 – 7 of 7) sorted by relevance

/plugin/elwikiupgrade/
H A DHTTPClient.php14 * Class HTTPClientException
16 class HTTPClientException extends \Exception { } class
285 } catch (HTTPClientException $e) {
344 throw new HTTPClientException('Server returned bad answer '.$r_headers);
466 } catch (HTTPClientException $err) {
507 * @throws HTTPClientException when a tunnel is needed but could not be established
566 * @throws HTTPClientException
610 * @throws HTTPClientException
623 throw new HTTPClientException(
660 * @throws HTTPClientException
[all …]
/dokuwiki/inc/HTTP/
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
[all...]
H A DHTTPClientException.php7 class HTTPClientException extends Exception class
/plugin/upgrade/HTTP/
H A DHTTPClient.php277 } 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
[all...]
H A DHTTPClientException.php7 class HTTPClientException extends Exception class
/plugin/issuelinks/services/
H A DAbstractService.php44 } catch (\HTTPClientException $e) {
/dokuwiki/inc/
H A Ddeprecated.php280 * @deprecated since 2019-03-17 use \dokuwiki\HTTP\HTTPClientException instead! class
282 class HTTPClientException extends \dokuwiki\HTTP\HTTPClientException {
290 DebugHelper::dbgDeprecatedFunction(dokuwiki\HTTP\HTTPClientException::class);