Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 1 – 25 of 77) sorted by relevance

1234

/template/strap/vendor/symfony/process/
H A DProcess.php19 use Symfony\Component\Process\Exception\RuntimeException; alias
243 * @throws RuntimeException When process can't be launched
244 * @throws RuntimeException When process is already running
294 * @throws RuntimeException When process can't be launched
295 * @throws RuntimeException When process is already running
301 throw new RuntimeException('Process is already running.');
350 … throw new RuntimeException(sprintf('The provided cwd "%s" does not exist.', $this->cwd));
356 throw new RuntimeException('Unable to launch a new process.');
382 * @throws RuntimeException When process can't be launched
383 * @throws RuntimeException When process is already running
[all …]
H A DInputStream.php14 use Symfony\Component\Process\Exception\RuntimeException; alias
50 throw new RuntimeException(sprintf('"%s" is closed.', static::class));
H A DPhpProcess.php15 use Symfony\Component\Process\Exception\RuntimeException; alias
67 throw new RuntimeException('Unable to find the PHP executable.');
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php171 throw new \RuntimeException('Unexpected null input stream.');
247 throw new \RuntimeException('Unexpected null interpreter.');
261 throw new \RuntimeException('Unexpected null input stream.');
332 throw new \RuntimeException('Unexpected null start token.');
361 throw new \RuntimeException('Unexpected null expected tokens.');
564 throw new \RuntimeException('Unexpected null input stream.');
570 throw new \RuntimeException('Unexpected null interpreter.');
619 throw new \RuntimeException('Unexpected null input stream.');
662 throw new \RuntimeException('Unexpected null current token.');
668 throw new \RuntimeException('Unexpected null input stream.');
[all …]
H A DBailErrorStrategy.php51 throw new \RuntimeException('Unexpected context type.');
73 throw new \RuntimeException('Unexpected context type.');
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php156 throw new \RuntimeException('NextToken requires a non-null input stream.');
172 throw new \RuntimeException('Unexpected interpreter type.');
261 throw new \RuntimeException('Empty Stack');
297 throw new \RuntimeException('Input must be CharStream.');
343 throw new \RuntimeException('Cannot emit EOF for null stream.');
367 throw new \RuntimeException('Unexpected interpreter type.');
376 throw new \RuntimeException('Unexpected interpreter type.');
385 throw new \RuntimeException('Unexpected interpreter type.');
394 throw new \RuntimeException('Unexpected interpreter type.');
406 throw new \RuntimeException('Cannot know char index for null stream.');
[all …]
H A DCommonToken.php100 throw new \RuntimeException('Unexpected token source type.');
104 throw new \RuntimeException('Unexpected stream type.');
266 throw new \RuntimeException('Unexpected token source type.');
277 throw new \RuntimeException('Unexpected token source type.');
/template/strap/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");
/template/sprintdoc/tpl/
H A Dnav-usertools-buttons.php20 } catch (RuntimeException $ignored) {
33 } catch (RuntimeException $ignored) {
42 } catch (RuntimeException $ignored) {
/template/twigstarter/vendor/twig/twig/src/Cache/
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));
/template/strap/vendor/symfony/process/Exception/
H A DRuntimeException.php19 class RuntimeException extends \RuntimeException implements ExceptionInterface class
/template/strap/vendor/symfony/yaml/Exception/
H A DRuntimeException.php19 class RuntimeException extends \RuntimeException implements ExceptionInterface class
H A DDumpException.php19 class DumpException extends RuntimeException
/template/bootstrap3/inc/Menu/Item/
DHelp.php17 throw new \RuntimeException("help is not available");
25 throw new \RuntimeException("help page not found");
/template/twigstarter/
DTemplateController.php9 use RuntimeException; alias
126 throw new RuntimeException("No such class $class");
152 throw new RuntimeException("No such class $class");
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php256 throw new \RuntimeException('Unexpected ATN State');
279 throw new \RuntimeException('Unexpected ATN State');
291 throw new \RuntimeException('Unexpected ATN State');
303 throw new \RuntimeException('Unexpected ATN State');
321 throw new \RuntimeException('Unexpected ATN State');
356 throw new \RuntimeException('Unexpected ATN State');
431 throw new \RuntimeException('Unexpected null EndState.');
436 throw new \RuntimeException('Unexpected null StartState.');
541 throw new \RuntimeException('Unexpected state type.');
545 throw new \RuntimeException('Unexpected null loop back state.');
[all …]
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('problem');
[all …]
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php20 use RuntimeException; alias
47 throw new RuntimeException('Could not create cache file path');
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php21 class RecognitionException extends \RuntimeException
104 throw new \RuntimeException('Unexpected null context.');
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php21 use RuntimeException; alias
170 throw new RuntimeException(
259 throw new RuntimeException(
283 throw new RuntimeException(
/template/strap/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 . ")");
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php10 use RuntimeException; alias
233 } catch (RuntimeException $e) {
386 throw new RuntimeException('Impossible CRON expression');
/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php97 throw new \RuntimeException('s0.edges cannot be null for a precedence DFA.');
127 throw new \RuntimeException('Unexpected null edges.');
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php93 throw new \RuntimeException('Unexpected transition type.');
165 throw new \RuntimeException('Unexpected transition type.');
225 throw new \RuntimeException('Unexpected null parents.');
451 throw new \RuntimeException('Unexpected null parents.');
625 throw new \RuntimeException('Unexpected context type.');

1234