Searched refs:GuzzleException (Results 1 – 17 of 17) sorted by relevance
5 use GuzzleHttp\Exception\GuzzleException; alias26 * @throws GuzzleException40 * @throws GuzzleException57 * @throws GuzzleException74 * @throws GuzzleException91 * @throws GuzzleException108 * @throws GuzzleException125 * @throws GuzzleException
5 use GuzzleHttp\Exception\GuzzleException; alias28 * @throws GuzzleException52 * @throws GuzzleException
6 use GuzzleHttp\Exception\GuzzleException; alias118 * @throws GuzzleException183 * @throws GuzzleException
4 use GuzzleHttp\Exception\GuzzleException; alias28 * @throws GuzzleException55 * @throws GuzzleException
5 use GuzzleHttp\Exception\GuzzleException; alias124 * @throws GuzzleException177 * @throws GuzzleException
7 interface GuzzleException extends Throwable interface20 interface GuzzleException interface
4 class TransferException extends \RuntimeException implements GuzzleException
5 final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException
9 class SeekException extends \RuntimeException implements GuzzleException
8 use GuzzleHttp\Exception\GuzzleException as BaseGuzzleException;16 class GuzzleException extends ConnectionException class
5 class TransferException extends \RuntimeException implements GuzzleException
7 interface GuzzleException extends ClientExceptionInterface interface
6 use Elastica\Exception\Connection\GuzzleException; alias79 throw new GuzzleException($ex, $request, new Response($ex->getMessage()));
11 use GuzzleHttp\Exception\GuzzleException; alias949 } catch (GuzzleException $e) {
50 * Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github…
328 * Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github…