Home
last modified time | relevance | path

Searched refs:GuzzleException (Results 1 – 17 of 17) sorted by relevance

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DClientTrait.php5 use GuzzleHttp\Exception\GuzzleException; alias
26 * @throws GuzzleException
40 * @throws GuzzleException
57 * @throws GuzzleException
74 * @throws GuzzleException
91 * @throws GuzzleException
108 * @throws GuzzleException
125 * @throws GuzzleException
DClientInterface.php5 use GuzzleHttp\Exception\GuzzleException; alias
28 * @throws GuzzleException
52 * @throws GuzzleException
DClient.php6 use GuzzleHttp\Exception\GuzzleException; alias
118 * @throws GuzzleException
183 * @throws GuzzleException
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DClientInterface.php4 use GuzzleHttp\Exception\GuzzleException; alias
28 * @throws GuzzleException
55 * @throws GuzzleException
DClient.php5 use GuzzleHttp\Exception\GuzzleException; alias
124 * @throws GuzzleException
177 * @throws GuzzleException
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
DGuzzleException.php7 interface GuzzleException extends Throwable interface
20 interface GuzzleException interface
DTransferException.php4 class TransferException extends \RuntimeException implements GuzzleException
DInvalidArgumentException.php5 final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException
DSeekException.php9 class SeekException extends \RuntimeException implements GuzzleException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
DGuzzleException.php8 use GuzzleHttp\Exception\GuzzleException as BaseGuzzleException;
16 class GuzzleException extends ConnectionException class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Exception/
DTransferException.php5 class TransferException extends \RuntimeException implements GuzzleException
DInvalidArgumentException.php5 final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException
DGuzzleException.php7 interface GuzzleException extends ClientExceptionInterface interface
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
DGuzzle.php6 use Elastica\Exception\Connection\GuzzleException; alias
79 throw new GuzzleException($ex, $request, new Response($ex->getMessage()));
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php11 use GuzzleHttp\Exception\GuzzleException; alias
949 } catch (GuzzleException $e) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md50 * Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github…
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md328 * Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github…