Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 101 – 125 of 594) sorted by relevance

12345678910>>...24

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php150 throw new \RuntimeException("Unable to connect to ssh-agent (Error $errno: $errstr)");
172 throw new \RuntimeException('Connection closed while requesting identities');
180 throw new \RuntimeException('Unable to request identities');
283 … throw new \RuntimeException('Connection closed attempting to forward data to SSH agent');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php294 throw new \RuntimeException('Connection closed during signing');
302 throw new \RuntimeException('Unable to retrieve signature');
323 … throw new \RuntimeException('ssh-agent does not provide a mechanism to get the private key');
335 … throw new \RuntimeException('ssh-agent does not provide a mechanism to get the private key');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php17 use SebastianBergmann\CodeCoverage\RuntimeException; alias
35 * @throws RuntimeException
68 throw new RuntimeException(
74 throw new RuntimeException(
79 throw new RuntimeException(
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php34 use RuntimeException; alias
368 * @throws RuntimeException If certs could not be retrieved from a remote location.
391 throw new RuntimeException(sprintf(
404 … throw new RuntimeException('Please require phpseclib/phpseclib v2 to use this utility.');
418 … throw new RuntimeException('Please require kelvinmo/simplejwt ^0.2 to use this utility.');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DEverythingToJSONSerializer.php21 use Elasticsearch\Common\Exceptions\RuntimeException; alias
37 throw new RuntimeException("Failed to JSON encode: ".json_last_error());
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DExistsType.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
43 throw new RuntimeException('Missing parameter for the endpoint indices.exists_type');
H A DCreate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.create');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DUpdateByQueryRethrottle.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint update_by_query_rethrottle');
H A DDeleteByQueryRethrottle.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint delete_by_query_rethrottle');
H A DReindexRethrottle.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint reindex_rethrottle');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
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/Endpoints/Ccr/
H A DFollow.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ccr.follow');
H A DForgetFollower.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ccr.forget_follower');
H A DResumeFollow.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ccr.resume_follow');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/
H A DMoveToStep.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ilm.move_to_step');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DStartDataFrameAnalytics.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ml.start_data_frame_analytics');
H A DStopDataFrameAnalytics.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ml.stop_data_frame_analytics');
H A DUpdateDataFrameAnalytics.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ml.update_data_frame_analytics');
H A DPutDataFrameAnalytics.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ml.put_data_frame_analytics');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/
H A DPutJob.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint rollup.put_job');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Logstash/
H A DPutPipeline.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint logstash.put_pipeline');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/
H A DPutPipeline.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ingest.put_pipeline');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DDeleteRole.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.delete_role');
H A DDeleteRoleMapping.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.delete_role_mapping');
H A DSamlServiceProviderMetadata.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint security.saml_service_provider_metadata');

12345678910>>...24