Home
last modified time | relevance | path

Searched refs:ClientException (Results 1 – 14 of 14) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
H A DSimple.php6 use Elastica\Exception\ClientException; alias
26 throw new ClientException('No enabled connection');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/
H A DConnectionPool.php8 use Elastica\Exception\ClientException; alias
82 * @throws ClientException
/plugin/webdav/vendor/sabre/http/lib/
H A DClientException.php13 class ClientException extends \Exception { class
H A DClient.php138 } catch (ClientException $e) {
237 $e = new ClientException($curlResult['curl_errmsg'], $curlResult['curl_errno']);
356 throw new ClientException($response['curl_errmsg'], $response['curl_errno']);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DClientException.php7 class ClientException extends BadResponseException class
H A DRequestException.php84 $className = ClientException::class;
/plugin/davcal/vendor/sabre/http/lib/
H A DClientException.php13 class ClientException extends \Exception { class
H A DClient.php136 } catch (ClientException $e) {
235 $e = new ClientException($curlResult['curl_errmsg'], $curlResult['curl_errno']);
354 throw new ClientException($response['curl_errmsg'], $response['curl_errno']);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DClientException.php10 class ClientException extends \RuntimeException implements ExceptionInterface class
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php306 …throw new HTTP\ClientException('PROPPATCH failed. The following properties errored: ' . implode(',…
366 * @throws ClientException, in case a curl error occurred.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php8 use Elastica\Exception\ClientException;
91 * @throws ClientException
212 * @throws ClientException
245 * @throws ClientException
277 * @throws ClientException
341 * @throws ClientException
411 * @throws ClientException
458 * @throws ClientException
506 * @throws ClientException
534 * @throws ClientException
7 use Elastica\Exception\ClientException; global() alias
[all...]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php180 throw new ClientException('aaah', 1);
190 } catch (ClientException $e) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php334 * @throws ClientException, in case a curl error occurred.
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php27 use GuzzleHttp\Exception\ClientException; alias