| /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(
|
| /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()));
|
| D | AttributeExtension.php | 108 …throw new \LogicException(\sprintf('"%s::%s()" needs at least %d arguments to be used AsTwigFilter… 130 …throw new \LogicException(\sprintf('"%s::%s()" needs at least %d arguments to be used AsTwigFuncti… 150 …throw new \LogicException(\sprintf('"%s::%s()" needs at least %d arguments to be used AsTwigTest, …
|
| D | EscaperExtension.php | 201 …throw new \LogicException(\sprintf('You must call "setEnvironment()" before calling "%s()".', $fro…
|
| /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/twigstarter/vendor/twig/twig/src/ |
| D | ExtensionSet.php | 159 …throw new \LogicException(\sprintf('Unable to register extension "%s" as extensions have already b… 163 …throw new \LogicException(\sprintf('Unable to register extension "%s" as it is already registered.… 172 …throw new \LogicException(\sprintf('Unable to add function "%s" as extensions have already been in… 228 …throw new \LogicException(\sprintf('Unable to add filter "%s" as extensions have already been init… 284 …throw new \LogicException('Unable to add a node visitor as extensions have already been initialize… 305 …throw new \LogicException('Unable to add a token parser as extensions have already been initialize… 383 …throw new \LogicException(\sprintf('Unable to add test "%s" as extensions have already been initia… 494 …throw new \LogicException('getTokenParsers() must return an array of \Twig\TokenParser\TokenParser…
|
| D | AbstractTwigCallable.php | 44 …throw new \LogicException(\sprintf('The "deprecation_info" option must be an instance of "%s".', D… 49 …throw new \LogicException('When setting the "deprecation_info" option, you need to remove the obso…
|
| D | Token.php | 196 throw new \LogicException(\sprintf('Token of type "%s" does not exist.', $type)); 236 throw new \LogicException(\sprintf('Token of type "%s" does not exist.', $type));
|
| D | Environment.php | 257 …throw new \LogicException(\sprintf('The "%s" cache class does not support removing template cache … 295 …throw new \LogicException('Cache can only be a string, false, or a \Twig\Cache\CacheInterface impl… 891 …throw new \LogicException(\sprintf('Unable to add global "%s" as the runtime or the extensions hav…
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
| H A D | ParseCancellationException.php | 7 class ParseCancellationException extends \LogicException
|
| /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/twigstarter/vendor/twig/twig/src/Node/ |
| D | EmptyNode.php | 31 throw new \LogicException('EmptyNode cannot have children.');
|
| D | Node.php | 141 throw new \LogicException('The tag of a node can only be set once.'); 155 …throw new \LogicException(\sprintf('Attribute "%s" does not exist for Node "%s".', $name, static::… 210 …throw new \LogicException(\sprintf('Node "%s" does not exist for Node "%s".', $name, static::class…
|
| /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/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/ |
| D | SetBinary.php | 33 throw new \LogicException('The "name" attribute must be a string.');
|
| D | ObjectDestructuringSetBinary.php | 37 … throw new \LogicException('Left side must be ArrayExpression for object/mapping destructuring.');
|
| /template/twigstarter/vendor/twig/twig/src/NodeVisitor/ |
| D | YieldNotReadyNodeVisitor.php | 41 …throw new \LogicException(\sprintf('You cannot enable the "use_yield" option of Twig as node "%s" …
|
| /template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
| D | MacroReferenceExpression.php | 34 … throw new \LogicException(\sprintf('Macro name "%s" is not a valid PHP identifier.', $name));
|
| /template/twigstarter/vendor/twig/twig/src/ExpressionParser/Infix/ |
| D | AssignmentExpressionParser.php | 48 … default => throw new \LogicException(\sprintf('Unknown operator: %s.', $this->getName())),
|
| /template/twigstarter/vendor/twig/twig/src/Util/ |
| D | ReflectionCallable.php | 47 …throw new \LogicException(\sprintf('Callback for %s "%s" is not callable in the current scope.', $…
|