Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 526 – 550 of 594) sorted by relevance

1...<<21222324

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php71 …throw new \RuntimeException('Composer package graylog2/gelf-php is required to use Monolog\'s Gelf…
H A DLineFormatter.php122 …throw new \RuntimeException('Failed to run preg_replace: ' . $pcreErrorCode . ' / ' . Utils::pcreL…
H A DNormalizerFormatter.php44 …throw new \RuntimeException('PHP\'s json extension is required to use Monolog\'s NormalizerFormatt…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php136 throw new \RuntimeException('Unexpected null interpreter.');
H A DIntervalSet.php357 * @throws \RuntimeException If set is empty.
362 throw new \RuntimeException('The set is empty.');
373 * @throws \RuntimeException If set is empty.
378 throw new \RuntimeException('The set is empty.');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php10 use JMS\Serializer\Exception\RuntimeException; alias
127 throw new RuntimeException(sprintf('The key "%s" is not supported.', $key));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php89 throw new \RuntimeException('ATN State cannot be null.');
H A DATN.php186 * @throws \RuntimeException
215 throw new \RuntimeException('Unexpected transition type.');
/plugin/farmsync/meta/
H A DTemplateUpdates.php74 …throw new RuntimeException('No valid $base passed to search() - possible misconfiguration or bug');
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/tagging/helper/
H A Dquerybuilder.php47 throw new \RuntimeException('Failed to build a query, no field specified');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php233 throw new \RuntimeException(sprintf('Unknown service id "%s".', $id));
354 …throw new \RuntimeException(sprintf('The namespace alias "%s" is not known to any manager.', $alia…
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php136 throw new \RuntimeException(
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php122 throw new \RuntimeException(
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCleanCssFilter.php334 throw new \RuntimeException('Path to node executable could not be resolved.');
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php106 throw new \RuntimeException(sprintf(
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php239 …throw new \RuntimeException('Failed to run preg_replace_callback: ' . $pcreErrorCode . ' / ' . Uti…
/plugin/recommend/
H A Daction.php132 if ($id === '') throw new \RuntimeException('No ID given');
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php25 use JMS\Serializer\Exception\RuntimeException; alias
603 throw new RuntimeException(sprintf('Could not create directory "%s".', $dir));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php144 ->will($this->throwException(new \RuntimeException('foo')));
/plugin/combo/action/
H A Dlinkmove.php333 throw new RuntimeException($exception);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php385 throw new \RuntimeException(sprintf(
519 } catch (\RuntimeException $e) {
/plugin/infomail/
H A Daction.php66 if ($id === '') throw new \RuntimeException('No ID given');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php172 throw new \RuntimeException('Invalid cookie: ' . $result);
/plugin/combo/ComboStrap/
H A DSqlite.php232 * RuntimeException: HY000 8 attempt to write a readonly database
337 * RuntimeException: HY000 8 attempt to write a readonly database:
369 * RuntimeException: Unable to delete the file
18 use RuntimeException; global() alias

1...<<21222324