Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 376 – 400 of 594) sorted by path

1...<<11121314151617181920>>...24

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/
H A DStopTransform.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint transform.stop_transform');
H A DUpdateTransform.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint transform.update_transform');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DUpdate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
35 throw new RuntimeException(
41 throw new RuntimeException(
H A DUpdateByQuery.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
35 throw new RuntimeException(
H A DUpdateByQueryRethrottle.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint update_by_query_rethrottle');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DAckWatch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
37 throw new RuntimeException(
H A DActivateWatch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint watcher.activate_watch');
H A DDeactivateWatch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint watcher.deactivate_watch');
H A DDeleteWatch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint watcher.delete_watch');
H A DGetWatch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint watcher.get_watch');
H A DPutWatch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint watcher.put_watch');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DArrayToJSONSerializer.php21 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException("Failed to JSON encode: ".json_last_error());
H A DEverythingToJSONSerializer.php21 use Elasticsearch\Common\Exceptions\RuntimeException; alias
37 throw new RuntimeException("Failed to JSON encode: ".json_last_error());
H A DSmartSerializer.php41 throw new Exceptions\RuntimeException("Failed to JSON encode: ".json_last_error_msg());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DCannotAttachException.php4 class CannotAttachException extends \RuntimeException {}
H A DSeekException.php9 class SeekException extends \RuntimeException
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php22 * @throws \RuntimeException if the file cannot be opened
28 $ex = new \RuntimeException(sprintf(
40 /** @var $ex \RuntimeException */
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php144 ->will($this->throwException(new \RuntimeException('foo')));
H A DCachingStreamTest.php9 use RuntimeException; alias
43 $this->expectException(RuntimeException::class);
H A DUtilsTest.php10 use RuntimeException; alias
152 $this->expectException(RuntimeException::class);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DClientUtils.php21 * @throws \RuntimeException if no bundle can be found.
58 throw new \RuntimeException(self::CA_ERR);
H A DCurlFactory.php24 * @throws \RuntimeException when an option cannot be applied
399 throw new \RuntimeException(sprintf(
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Exception/
H A DRingException.php4 class RingException extends \RuntimeException {};
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DMagicFutureTrait.php21 * @throws \RuntimeException
27 throw new \RuntimeException("Class has no {$name} property");
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md269 ->otherwise(function (\RuntimeException $reason) {
270 // Only catch \RuntimeException instances

1...<<11121314151617181920>>...24