Home
last modified time | relevance | path

Searched refs:HTTPRequestException (Results 1 – 6 of 6) sorted by path

/plugin/issuelinks/classes/
H A DExternalServerException.php12 class ExternalServerException extends HTTPRequestException
H A DHTTPRequestException.php12 class HTTPRequestException extends IssueLinksException class
/plugin/issuelinks/helper/
H A Ddata.php83 if (is_a($e, \dokuwiki\plugin\issuelinks\classes\HTTPRequestException::class)) {
/plugin/issuelinks/services/
H A DAbstractService.php6 use dokuwiki\plugin\issuelinks\classes\HTTPRequestException; alias
36 * @throws HTTPRequestException
45 throw new HTTPRequestException('request error', $dokuHTTPClient, $url, $method);
52 throw new HTTPRequestException('request error', $dokuHTTPClient, $url, $method);
H A DGitHub.service.php7 use dokuwiki\plugin\issuelinks\classes\HTTPRequestException; alias
121 * @throws HTTPRequestException
177 * @throws HTTPRequestException|ExternalServerException
228 } catch (HTTPRequestException $e) {
242 } catch (HTTPRequestException $e) {
266 } catch (HTTPRequestException $e) {
296 } catch (HTTPRequestException $e) {
371 * @throws HTTPRequestException
525 * @throws HTTPRequestException
H A DGitLab.service.php6 use dokuwiki\plugin\issuelinks\classes\HTTPRequestException; alias
106 * @throws HTTPRequestException
124 * @throws HTTPRequestException
216 } catch (HTTPRequestException $e) {
251 } catch (HTTPRequestException $e) {
269 } catch (HTTPRequestException $e) {