Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 176 – 200 of 594) sorted by relevance

12345678910>>...24

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php15 use RuntimeException; alias
20 use Elasticsearch\Common\Exceptions\RuntimeException as ElasticsearchRuntimeException;
153 throw new RuntimeException('Error sending messages to Elasticsearch', 0, $e);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php208 throw new \RuntimeException('No parameters are present');
219 … throw new \RuntimeException('Implicit curves can be provided by calling setImplicitCurve');
268 throw new \RuntimeException('No valid parameters are present');
292 throw new \RuntimeException('The Y coordinate should not be >= the modulo');
296 throw new \RuntimeException('Unable to verify that point exists on curve');
330 throw new \RuntimeException('Unable to verify that point exists on curve');
437 throw new \RuntimeException('Specified Curves need the order to be specified');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/
H A DSearch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint eql.search');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactory.php5 use RuntimeException; alias
93 * @throws RuntimeException
102 throw new RuntimeException('Could not detect URI path from superglobal');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactory.php5 use RuntimeException; alias
93 * @throws RuntimeException
102 throw new RuntimeException('Could not detect URI path from superglobal');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DApcCache.php39 throw new \RuntimeException('There is no cached value for '.$key);
53 throw new \RuntimeException('Unable to store "'.$key.'" for '.$this->ttl.' seconds.');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DDeleteRepository.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint snapshot.delete_repository');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DDeleteDataStream.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.delete_data_stream');
H A DAddBlock.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
41 throw new RuntimeException('Missing parameter for the endpoint indices.add_block');
H A DResolveIndex.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.resolve_index');
H A DExistsTemplate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint indices.exists_template');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DClearCachedRoles.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.clear_cached_roles');
H A DClearApiKeyCache.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.clear_api_key_cache');
H A DClearCachedPrivileges.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.clear_cached_privileges');
H A DClearCachedRealms.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.clear_cached_realms');
H A DPutUser.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.put_user');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/
H A DGetRepositoriesMeteringInfo.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint nodes.get_repositories_metering_info');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DUpdateByQuery.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
35 throw new RuntimeException(
H A DDeleteByQuery.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
35 throw new RuntimeException(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Shutdown/
H A DPutNode.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint shutdown.put_node');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Autoscaling/
H A DPutAutoscalingPolicy.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint autoscaling.put_autoscaling_policy');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/
H A DPutAutoFollowPattern.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ccr.put_auto_follow_pattern');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/
H A DPutTransform.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint data_frame_transform_deprecated.put_transform');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/
H A DPutPolicy.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint enrich.put_policy');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPutJob.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.put_job');

12345678910>>...24