Searched refs:ClientException (Results 1 – 14 of 14) sorted by relevance
6 use Elastica\Exception\ClientException; alias 26 throw new ClientException('No enabled connection');
8 use Elastica\Exception\ClientException; alias 82 * @throws ClientException
13 class ClientException extends \Exception { class
138 } catch (ClientException $e) {237 $e = new ClientException($curlResult['curl_errmsg'], $curlResult['curl_errno']);356 throw new ClientException($response['curl_errmsg'], $response['curl_errno']);
7 class ClientException extends BadResponseException class
84 $className = ClientException::class;
136 } catch (ClientException $e) {235 $e = new ClientException($curlResult['curl_errmsg'], $curlResult['curl_errno']);354 throw new ClientException($response['curl_errmsg'], $response['curl_errno']);
10 class ClientException extends \RuntimeException implements ExceptionInterface class
306 …throw new HTTP\ClientException('PROPPATCH failed. The following properties errored: ' . implode(',…366 * @throws ClientException, in case a curl error occurred.
8 use Elastica\Exception\ClientException;91 * @throws ClientException212 * @throws ClientException245 * @throws ClientException277 * @throws ClientException341 * @throws ClientException411 * @throws ClientException458 * @throws ClientException506 * @throws ClientException534 * @throws ClientException7 use Elastica\Exception\ClientException; global() alias [all...]
180 throw new ClientException('aaah', 1);190 } catch (ClientException $e) {
334 * @throws ClientException, in case a curl error occurred.
27 use GuzzleHttp\Exception\ClientException; alias