Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 1 – 25 of 594) sorted by last modified time

12345678910>>...24

/plugin/twofactor/
H A DManager.php135 throw new \RuntimeException('2fa user specifics used before user available');
148 throw new \RuntimeException('2fa user already set, cannot be changed');
H A DProvider.php66 if (!$userdata) throw new \RuntimeException('2fa: Failed to get user details from auth backend');
183 * @throws \RuntimeException when no code can be created
188 if (!$secret) throw new \RuntimeException('No secret for provider ' . $this->getProviderID());
H A DSettings.php29 if ($this->attribute === null) throw new \RuntimeException('attribute plugin not found');
46 if ($attribute === null) throw new \RuntimeException('attribute plugin not found');
/plugin/struct/meta/
H A DStructException.php12 class StructException extends \RuntimeException
/plugin/acknowledge/
H A Dhelper.php37 if (defined('DOKU_UNITTEST')) throw new \RuntimeException('Could not load SQLite', 0, $exception);
/plugin/sqlite/
H A DSQLiteDB.php305 throw new \RuntimeException('queryKeyValueList expects a query that returns exactly two columns');
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php28 throw new \RuntimeException('Unable to load characters.json');
34 throw new \RuntimeException('Unable to load encoder.json');
40 throw new \RuntimeException('Unable to load vocab.bpe');
45 throw new \RuntimeException('Unable to split vocab.bpe');
/plugin/aichat/
H A Dhelper.php
/plugin/tagging/helper/
H A Dquerybuilder.php47 throw new \RuntimeException('Failed to build a query, no field specified');
/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/structtasks/_test/
H A DStructtasksTest.php27 throw new \RuntimeException("$file does not exist");
34 throw new \RuntimeException("build of $schema from $file failed");
/plugin/recommend/
H A Daction.php132 if ($id === '') throw new \RuntimeException('No ID given');
/plugin/combo/ComboStrap/
H A DLazyLoad.php87 throw new \RuntimeException("The active lazy loaded is unknown (" . self::ACTIVE . ")");
177 throw new \RuntimeException("The active lazy loaded is unknown (" . self::ACTIVE . ")");
H A DExceptionRuntime.php16 class ExceptionRuntime extends \RuntimeException
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php10 use RuntimeException; alias
192 * @throws \RuntimeException on too many iterations
208 * @throws \RuntimeException on too many iterations
233 } catch (RuntimeException $e) {
320 * @throws \RuntimeException on too many iterations
386 throw new RuntimeException('Impossible CRON expression');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php41 * @throws \RuntimeException if $baseDir does not exist.
57 throw new \RuntimeException(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php325 throw new \RuntimeException('Unexpected null DFA State.');
348 throw new \RuntimeException('Unexpected null recognizer.');
370 throw new \RuntimeException('Unexpected config type.');
571 throw new \RuntimeException('Unexpected transition type.');
580 throw new \RuntimeException('Precedence predicates are not supported in lexers.');
602 throw new \RuntimeException('Unexpected transition type.');
633 throw new \RuntimeException('Unexpected transition type.');
783 throw new \RuntimeException('ATN Config Set cannot have semantic context.');
800 throw new \RuntimeException('Unexpected ATN config type.');
H A DParserATNSimulator.php373 throw new \RuntimeException('ATN Start State cannot be null.');
392 throw new \RuntimeException('DFA.s0 cannot be null.');
489 throw new \RuntimeException('DFA State cannot be null.');
563 throw new \RuntimeException('ATN Start State cannot be null.');
696 throw new \RuntimeException('Unexpected null conflicting alternatives.');
742 throw new \RuntimeException('Unexpected null alternatives to collect predicates');
923 throw new \RuntimeException('Context cannot be empty.');
1026 throw new \RuntimeException('Skipped stop states cannot be empty.');
1611 throw new \RuntimeException('Error.');
1628 throw new \RuntimeException('proble
[all...]
H A DATN.php186 * @throws \RuntimeException
215 throw new \RuntimeException('Unexpected transition type.');
H A DATNConfigSet.php154 throw new \RuntimeException('This set is readonly.');
172 throw new \RuntimeException('Unexpected null context.');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php21 use RuntimeException; alias
113 * @throws \RuntimeException
170 throw new RuntimeException(
223 * @throws \RuntimeException
259 throw new RuntimeException(
283 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");
H A DXmlDocument.php392 throw new \RuntimeException("The namespace is empty and should be specified");
528 throw new \RuntimeException("Not able to delete the $attribute");
544 throw new \RuntimeException("Not able to delete the child node $nodeName");
/plugin/combo/action/
H A Dlinkmove.php333 throw new RuntimeException($exception);
H A Droutermessage.php276 throw new RuntimeException("Sessions are disabled");
281 throw new RuntimeException("The session was not successfully started");

12345678910>>...24