| /template/strap/vendor/symfony/process/ |
| H A D | Process.php | 15 use Symfony\Component\Process\Exception\LogicException; alias 142 * @throws LogicException When proc_open is not installed 147 …throw new LogicException('The Process class relies on proc_open, which is not available on your PH… 191 * @throws LogicException When proc_open is not installed 247 * @throws LogicException In case a callback is provided and output has been disabled 296 * @throws LogicException In case a callback is provided and output has been disabled 414 * @throws LogicException When process is not yet started 425 …throw new LogicException('Pass the callback to the "Process::start" method or call enableOutput to… 456 * @throws LogicException When process is not yet started 466 …throw new LogicException('Pass the callback to the "Process::start" method or call enableOutput to… [all …]
|
| H A D | PhpProcess.php | 14 use Symfony\Component\Process\Exception\LogicException; alias 58 …throw new LogicException(sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__…
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Context.php | 21 use LogicException; alias 107 * @throws LogicException when calling this method without having enableDataVariables. 112 …throw new LogicException('Data variables are not supported due to the enableDataVariables configur… 153 * @throws LogicException when calling this method without having enableDataVariables. 158 …throw new LogicException('Data variables are not supported due to the enableDataVariables configur… 286 * @throws LogicException when calling this method without having enableDataVariables. 291 …throw new LogicException('Data variables are not supported due to the enableDataVariables configur…
|
| H A D | Parser.php | 22 use LogicException; alias 65 throw new LogicException(
|
| H A D | Helpers.php | 26 use LogicException; alias 733 throw new LogicException("Can't INVOKE '{$args}'. '{$args}' was not DEFINE ");
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | StagingExtension.php | 38 … throw new \LogicException(sprintf('Function "%s" is already registered.', $function->getName())); 52 … throw new \LogicException(sprintf('Filter "%s" is already registered.', $filter->getName())); 76 … throw new \LogicException(sprintf('Tag "%s" is already registered.', $parser->getTag())); 90 … throw new \LogicException(sprintf('Test "%s" is already registered.', $test->getName()));
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | ExtensionSet.php | 145 …throw new \LogicException(sprintf('Unable to register extension "%s" as extensions have already be… 149 …throw new \LogicException(sprintf('Unable to register extension "%s" as it is already registered.'… 160 …throw new \LogicException(sprintf('Unable to add function "%s" as extensions have already been ini… 219 …throw new \LogicException(sprintf('Unable to add filter "%s" as extensions have already been initi… 278 …throw new \LogicException('Unable to add a node visitor as extensions have already been initialize… 299 …throw new \LogicException('Unable to add a token parser as extensions have already been initialize… 347 …throw new \LogicException(sprintf('Unable to add test "%s" as extensions have already been initial… 450 …throw new \LogicException('getTokenParsers() must return an array of \Twig\TokenParser\TokenParser…
|
| D | Token.php | 163 throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type)); 208 throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type));
|
| D | Compiler.php | 231 … throw new \LogicException('Unable to call outdent() as the indentation would become negative.');
|
| D | Environment.php | 274 …throw new \LogicException('Cache can only be a string, false, or a \Twig\Cache\CacheInterface impl… 906 …throw new \LogicException(sprintf('Unable to add global "%s" as the runtime or the extensions have…
|
| D | Template.php | 177 throw new \LogicException('A block must be a method on a \Twig\Template instance.');
|
| D | Lexer.php | 498 throw new \LogicException('Cannot pop state without a previous state.');
|
| /template/strap/vendor/symfony/process/Exception/ |
| H A D | LogicException.php | 19 class LogicException extends \LogicException implements ExceptionInterface class
|
| H A D | ProcessTimedOutException.php | 66 … throw new \LogicException(sprintf('Unknown timeout type "%d".', $this->timeoutType));
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
| H A D | Css.php | 11 use LogicException; alias 40 * @throws LogicException 46 throw new LogicException(
|
| H A D | Xpath.php | 13 use LogicException; alias 270 * @throws LogicException 274 throw new LogicException(
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Parser/ |
| H A D | PseudoClass.php | 10 use LogicException; alias 96 throw new LogicException( 224 throw new LogicException(
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
| H A D | ParseCancellationException.php | 7 class ParseCancellationException extends \LogicException
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | Node.php | 111 …throw new \LogicException(sprintf('Attribute "%s" does not exist for Node "%s".', $name, static::c… 145 …throw new \LogicException(sprintf('Node "%s" does not exist for Node "%s".', $name, static::class)…
|
| D | ModuleNode.php | 467 throw new \LogicException('Trait templates can only be constant nodes.');
|
| /template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
| D | CallExpression.php | 146 throw new \LogicException($message); 283 …throw new \LogicException(sprintf('The last parameter of "%s" for %s "%s" must be an array with de…
|