Searched refs:ClientException (Results 1 – 9 of 9) sorted by relevance
44 * @throws ClientException if anything goes wrong requesting the data68 throw new ClientException($th->getMessage(), $th->getCode(), $th);72 throw new ClientException($file->error);
17 final class ClientException extends SimplePieException class
73 * @throws ClientException if anything goes wrong requesting the data116 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);
25 * @throws ClientException if anything goes wrong requesting the data
6 class ClientException extends \Exception class
4 use IXR\Exception\ClientException; alias74 * @throws ClientException82 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);
15 use SimplePie\HTTP\ClientException; alias274 } catch (ClientException $th) {407 } catch (ClientException $th) {439 } catch (ClientException $th) {
22 use SimplePie\HTTP\ClientException; alias514 } catch (ClientException $th) {
24 use SimplePie\HTTP\ClientException; alias1926 } catch (ClientException $th) {1979 } catch (ClientException $th) {