| /template/strap/vendor/symfony/process/ |
| H A D | Process.php | 19 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 D | InputStream.php | 14 use Symfony\Component\Process\Exception\RuntimeException; alias 50 throw new RuntimeException(sprintf('"%s" is closed.', static::class));
|
| H A D | PhpProcess.php | 15 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 D | DefaultErrorStrategy.php | 171 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 D | BailErrorStrategy.php | 51 throw new \RuntimeException('Unexpected context type.'); 73 throw new \RuntimeException('Unexpected context type.');
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Lexer.php | 156 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 D | CommonToken.php | 100 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 D | XhtmlUtility.php | 37 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 D | nav-usertools-buttons.php | 20 } catch (RuntimeException $ignored) { 33 } catch (RuntimeException $ignored) { 42 } catch (RuntimeException $ignored) {
|
| /template/twigstarter/vendor/twig/twig/src/Cache/ |
| D | FilesystemCache.php | 57 … 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 D | RuntimeException.php | 19 class RuntimeException extends \RuntimeException implements ExceptionInterface class
|
| /template/strap/vendor/symfony/yaml/Exception/ |
| H A D | RuntimeException.php | 19 class RuntimeException extends \RuntimeException implements ExceptionInterface class
|
| H A D | DumpException.php | 19 class DumpException extends RuntimeException
|
| /template/bootstrap3/inc/Menu/Item/ |
| D | Help.php | 17 throw new \RuntimeException("help is not available"); 25 throw new \RuntimeException("help page not found");
|
| /template/twigstarter/ |
| D | TemplateController.php | 9 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 D | ATNDeserializer.php | 256 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 D | LexerATNSimulator.php | 325 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 D | ParserATNSimulator.php | 373 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 D | Disk.php | 20 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 D | RecognitionException.php | 21 class RecognitionException extends \RuntimeException 104 throw new \RuntimeException('Unexpected null context.');
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Template.php | 21 use RuntimeException; alias 170 throw new RuntimeException( 259 throw new RuntimeException( 283 throw new RuntimeException(
|
| /template/strap/ComboStrap/ |
| H A D | LazyLoad.php | 87 … 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 D | CronExpression.php | 10 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 D | DFA.php | 97 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 D | PredictionContext.php | 93 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.');
|