Searched refs:GuzzleException (Results 1 – 9 of 9) sorted by relevance
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
5 final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException
4 class TransferException extends \RuntimeException implements GuzzleException
9 class SeekException extends \RuntimeException implements GuzzleException
8 use GuzzleHttp\Exception\GuzzleException as BaseGuzzleException;16 class GuzzleException extends ConnectionException class
6 use Elastica\Exception\Connection\GuzzleException; alias 79 throw new GuzzleException($ex, $request, new Response($ex->getMessage()));
50 * Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github…