Home
last modified time | relevance | path

Searched refs:exception (Results 101 – 125 of 679) sorted by last modified time

12345678910>>...28

/plugin/twofactoraltemail/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/blog/
H A DCOPYING162 special exception, the source code distributed need not include
/plugin/advanced/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/linksuggest/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/firenews/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/archivegenerator/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/fullscreenmode/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc51 example below ignores the `Missing404Exception` exception and returns
68 <1> This ignores the 404 missing exception.
93 Since the client has no way of knowing what the exception response will contain,
H A Dset-retries.asciidoc6 exception: connection refusal, connection timeout, DNS lookup timeout, etc. 4xx
21 When the client runs out of retries, it will throw the last exception that it
29 `MaxRetriesException`. For example, you can catch a specific curl exception then
H A Drelease-notes.asciidoc167 * Better exception message for Could not parse URI
399 `logRequestFail($request, $response, $exception)` and
H A Dconfig-hash.asciidoc27 Unknown parameters throw an exception, to help the user find potential problems.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md7 exception is thrown. Previously it was a `Elasticsearch\Common\Exceptions\RuntimeException\InvalidArgumentException`.
H A DCHANGELOG.md87 - Better exception message for Could not parse URI
258 - Simplified the logging methods `logRequestFail($request, $response, $exception)`
H A DLICENSE-LGPL277 6. As an exception to the Sections above, you may also combine or
326 reproducing the executable from it. However, as a special exception,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php100 } catch (Exceptions\NoNodesAvailableException $exception) {
102 throw $exception;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php116 } catch (OperationTimeoutException $exception) {
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php29 } catch (\Throwable $exception) {
30 return new RejectedPromise($exception);
31 } catch (\Exception $exception) {
32 return new RejectedPromise($exception);
H A DCancellationQueue.php38 $exception = null;
42 } catch (\Throwable $exception) {
43 } catch (\Exception $exception) {
48 if ($exception) {
49 throw $exception;
H A DLazyPromise.php57 } catch (\Throwable $exception) {
58 $this->promise = new RejectedPromise($exception);
59 } catch (\Exception $exception) {
60 $this->promise = new RejectedPromise($exception);
H A DRejectedPromise.php29 } catch (\Throwable $exception) {
30 return new RejectedPromise($exception);
31 } catch (\Exception $exception) {
32 return new RejectedPromise($exception);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md63 * Updated `AwsAuthV4Test` adding assertions for exception type by @franmomu [#2094](https://github.com/ruflin/Elastica/pull/2094)
176 * Deprecated `Elastica\Exception\JSONParseException` exception, catch `\JsonException` instead [#1949](https://github.com/ruflin/Elastica/pull/1949)
288 * Scroll is now throwing an exception when calling `current()` on an invalid iteration: always call `valid()` before
683 - `\Elastica\JSON` throws exception with readable message instead of errno
1128 - Fixed issue with OutOfMemory exception in travis builds [#775](https://github.com/ruflin/Elastica/issues/775/)
1199 - Updated Type::getDocument() exception handling. \Elastica\Exception\ResponseException will be thrown instead of \Elastica\Exception\NotFoundException if the ES response contains any error (i.e: Missing index) (BC break) [#687](https://github.com/ruflin/Elastica/issues/687/)
1214 - Improve exception handling in Type::getDocument() [#693](https://github.com/ruflin/Elastica/issues/693/)
1572 - Correct \Elastica\Test\ClientTest to catch the proper exception type on connection failure
1686 - Query\Fuzzy to comply with DSL spec. Multi-field queries now throw an exception. Implemented: Query\Fuzzy::setField, Query\Fuzzy::setFieldOption.
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md44 } catch (Exception $exception) {
45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md107 * Recommend rejecting promises by throwing an exception
206 * BC break: `FulfilledPromise` and `RejectedPromise` now throw an exception
H A DREADME.md202 the thrown exception if either throws.
292 rejected promise, `$newPromise` will reject with the thrown exception or
297 rejected promise, `$newPromise` will reject with the thrown exception or
385 // Reject promise by throwing an exception
401 just throw an exception instead of using `$reject()`.
404 If the resolver or canceller throw an exception, the promise will be rejected
405 with that thrown exception as the rejection reason.
505 throwing an exception. For example, it allows you to propagate a rejection with
679 When you catch an exception, you must rethrow for it to propagate.
747 If your progress handler throws an exception, th
[all...]

12345678910>>...28