Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 51 – 75 of 594) sorted by relevance

12345678910>>...24

/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php44 throw new \RuntimeException(sprintf(
76 throw new \RuntimeException('You must either define a PDU class or override getPdu().');
80 throw new \RuntimeException(sprintf('The class %s is not callable.', $this->pduClass));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS8.php96 throw new \RuntimeException('Unable to decode BER of parameters');
100 throw new \RuntimeException('Unable to perform ASN1 mapping on parameters');
105 throw new \RuntimeException('Unable to decode BER');
111 throw new \RuntimeException('Unable to perform ASN1 mapping');
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/Fixtures/
H A DExceptionThrower.php13 use RuntimeException; alias
26 throw new RuntimeException;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php116 throw new \RuntimeException('setModulo needs to be called before this method');
140 throw new \RuntimeException('setModulo needs to be called before this method');
156 throw new \RuntimeException('setModulo needs to be called before this method');
176 throw new \RuntimeException('setModulo needs to be called before this method');
184 … throw new \RuntimeException('Affine coordinates need to be manually converted to XZ coordinates');
/plugin/dev/
H A DSkeletor.php5 use RuntimeException; alias
75 throw new RuntimeException('Not a plugin or template directory');
119 throw new RuntimeException('Components can only be added to plugins');
123 throw new RuntimeException('Invalid type ' . $type);
279 throw new RuntimeException('Skeleton file not found: ' . $skel);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php67 … throw new \RuntimeException(sprintf('(WIN) Could not write new cache file to %s.', $target));
70 … throw new \RuntimeException(sprintf('(WIN) Could not delete temp cache file to %s.', $source));
73 … throw new \RuntimeException(sprintf('Could not write new cache file to %s.', $target));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php119 throw new \RuntimeException('Unable to recover X coordinate (x2 = 0)');
143 throw new \RuntimeException('Unable to recover X coordinate');
251 throw new \RuntimeException('setModulo needs to be called before this method');
259 …throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordina…
291 throw new \RuntimeException('setModulo needs to be called before this method');
305 …throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordina…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php156 throw new \RuntimeException('This AppendStream is not seekable');
158 throw new \RuntimeException('The AppendStream can only seek with SEEK_SET');
168 throw new \RuntimeException('Unable to seek stream '
239 throw new \RuntimeException('Cannot write to an AppendStream');
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php106 throw new \RuntimeException(
129 throw new \RuntimeException(
172 throw new \RuntimeException(
197 throw new \RuntimeException(
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DSerializedName.php7 use JMS\Serializer\Exception\RuntimeException; alias
23 throw new RuntimeException(sprintf('"value" must be a string.'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DGetScript.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint get_script');
H A DOpenPointInTime.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint open_point_in_time');
H A DDeleteScript.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint delete_script');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DGetWatch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint watcher.get_watch');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/
H A DFollowInfo.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ccr.follow_info');
H A DPauseFollow.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ccr.pause_follow');
H A DUnfollow.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ccr.unfollow');
H A DFollowStats.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint ccr.follow_stats');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/
H A DGetStatus.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint eql.get_status');
H A DDelete.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint eql.delete');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Fleet/
H A DGlobalCheckpoints.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint fleet.global_checkpoints');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DClose.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.close');
H A DExists.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.exists');
H A DFreeze.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.freeze');
H A DUnfreeze.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
39 throw new RuntimeException('Missing parameter for the endpoint indices.unfreeze');

12345678910>>...24