Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 26 – 50 of 594) sorted by relevance

12345678910>>...24

/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 DCreate.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
35 throw new RuntimeException(
41 throw new RuntimeException(
H A DExplain.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
35 throw new RuntimeException(
41 throw new RuntimeException(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DPutAlias.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
36 throw new RuntimeException(
42 throw new RuntimeException(
/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php37 throw new \RuntimeException("The right text should not be empty");
40 throw new \RuntimeException("The left text should not be empty");
77 throw new \RuntimeException("The text should not be empty");
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DPHPDBG.php13 use SebastianBergmann\CodeCoverage\RuntimeException; alias
28 throw new RuntimeException(
34 throw new RuntimeException(
H A DXdebug.php13 use SebastianBergmann\CodeCoverage\RuntimeException; alias
35 throw new RuntimeException('This driver requires Xdebug');
40 throw new RuntimeException(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DCreateServiceToken.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
38 throw new RuntimeException(
44 throw new RuntimeException(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php75 throw new \RuntimeException('Unable to recover X coordinate (x2 = 0)');
85 throw new \RuntimeException('Unable to recover X coordinate');
191 throw new \RuntimeException('setModulo needs to be called before this method');
199 …throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordina…
229 throw new \RuntimeException('setModulo needs to be called before this method');
243 …throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordina…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php108 throw new \RuntimeException('setModulo needs to be called before this method');
129 throw new \RuntimeException('setModulo needs to be called before this method');
145 throw new \RuntimeException('setModulo needs to be called before this method');
163 throw new \RuntimeException('setModulo needs to be called before this method');
177 …throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordina…
236 throw new \RuntimeException('setModulo needs to be called before this method');
244 …throw new \RuntimeException('Affine coordinates need to be manually converted to "Jacobi" coordina…
289 …throw new \RuntimeException('Point compression on binary finite field elliptic curves is not suppo…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php61 throw new \RuntimeException("Unable to save file {$filename}");
77 throw new \RuntimeException("Unable to load file {$filename}");
88 throw new \RuntimeException("Invalid cookie file: {$filename}");
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRuntimeException.php15 class RuntimeException extends \RuntimeException implements Exception class
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DSource.php26 * @throws RuntimeException when a source file cannot be read
35 * @throws RuntimeException when a source file cannot be read
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DRuntimeException.php13 class RuntimeException extends \RuntimeException implements Exception class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DRuntimeException.php14 class RuntimeException extends \RuntimeException
13 class RuntimeException extends \RuntimeException global() class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DRuntimeException.php10 class RuntimeException extends \RuntimeException implements ExceptionInterface class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DDoubleException.php14 use RuntimeException; alias
16 class DoubleException extends RuntimeException implements DoublerException
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DRuntimeException.php19 class RuntimeException extends \RuntimeException implements ExceptionInterface class
/plugin/jplayer/vendor/symfony/process/Exception/
H A DRuntimeException.php19 class RuntimeException extends \RuntimeException implements ExceptionInterface class
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DRuntimeException.php12 class RuntimeException extends \RuntimeException implements Exception class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DFailedPredictionException.php14 use RuntimeException; alias
22 class FailedPredictionException extends RuntimeException implements PredictionException
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DRuntimeException.php21 class RuntimeException extends \RuntimeException implements ElasticsearchException class
/plugin/combo/vendor/symfony/yaml/Exception/
H A DRuntimeException.php19 class RuntimeException extends \RuntimeException implements ExceptionInterface class
/plugin/combo/vendor/symfony/process/Exception/
H A DRuntimeException.php15 * RuntimeException for the Process Component.
19 class RuntimeException extends \RuntimeException implements ExceptionInterface class
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php57 … throw new \RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir));
61 … throw new \RuntimeException(sprintf('Unable to write in the cache directory (%s).', $dir));
80 throw new \RuntimeException(sprintf('Failed to write cache file "%s".', $key));

12345678910>>...24