Home
last modified time | relevance | path

Searched refs:ClientException (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DFileClient.php44 * @throws ClientException if anything goes wrong requesting the data
68 throw new ClientException($th->getMessage(), $th->getCode(), $th);
72 throw new ClientException($file->error);
H A DClientException.php17 final class ClientException extends SimplePieException class
H A DPsr18Client.php73 * @throws ClientException if anything goes wrong requesting the data
116 throw new ClientException($th->getMessage(), $th->getCode(), $th);
147 throw new ClientException(sprintf('file "%s" is not readable', $path));
153 throw new ClientException($th->getMessage(), $th->getCode(), $th);
157 throw new ClientException('file_get_contents() could not read the file', 1);
H A DClient.php25 * @throws ClientException if anything goes wrong requesting the data
/dokuwiki/vendor/kissifrot/php-ixr/src/Exception/
H A DClientException.php6 class ClientException extends \Exception class
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php4 use IXR\Exception\ClientException; alias
74 * @throws ClientException
82 throw new ClientException('Could not open certificate: ' . $certificateFile);
88 throw new ClientException('Could not open private key: ' . $keyFile);
99 throw new ClientException('Could not open CA certificate: ' . $caFile);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php15 use SimplePie\HTTP\ClientException; alias
274 } catch (ClientException $th) {
407 } catch (ClientException $th) {
439 } catch (ClientException $th) {
H A DSanitize.php22 use SimplePie\HTTP\ClientException; alias
514 } catch (ClientException $th) {
H A DSimplePie.php24 use SimplePie\HTTP\ClientException; alias
1926 } catch (ClientException $th) {
1979 } catch (ClientException $th) {