Home
last modified time | relevance | path

Searched refs:LogicException (Results 1 – 25 of 31) sorted by relevance

12

/template/strap/vendor/symfony/process/
H A DProcess.php15 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 DPhpProcess.php14 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 DContext.php21 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 DParser.php22 use LogicException; alias
65 throw new LogicException(
/template/twigstarter/vendor/twig/twig/src/Extension/
DStagingExtension.php38 … 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()));
DAttributeExtension.php108 …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, …
DEscaperExtension.php201 …throw new \LogicException(\sprintf('You must call "setEnvironment()" before calling "%s()".', $fro…
/template/strap/vendor/symfony/process/Exception/
H A DLogicException.php19 class LogicException extends \LogicException implements ExceptionInterface class
H A DProcessTimedOutException.php66 … throw new \LogicException(sprintf('Unknown timeout type "%d".', $this->timeoutType));
/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php159 …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…
DAbstractTwigCallable.php44 …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…
DToken.php196 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));
DEnvironment.php257 …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 DParseCancellationException.php7 class ParseCancellationException extends \LogicException
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php11 use LogicException; alias
40 * @throws LogicException
46 throw new LogicException(
H A DXpath.php13 use LogicException; alias
270 * @throws LogicException
274 throw new LogicException(
/template/twigstarter/vendor/twig/twig/src/Node/
DEmptyNode.php31 throw new \LogicException('EmptyNode cannot have children.');
DNode.php141 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 DPseudoClass.php10 use LogicException; alias
96 throw new LogicException(
224 throw new LogicException(
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
DSetBinary.php33 throw new \LogicException('The "name" attribute must be a string.');
DObjectDestructuringSetBinary.php37 … throw new \LogicException('Left side must be ArrayExpression for object/mapping destructuring.');
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DYieldNotReadyNodeVisitor.php41 …throw new \LogicException(\sprintf('You cannot enable the "use_yield" option of Twig as node "%s" …
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DMacroReferenceExpression.php34 … throw new \LogicException(\sprintf('Macro name "%s" is not a valid PHP identifier.', $name));
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/Infix/
DAssignmentExpressionParser.php48 … default => throw new \LogicException(\sprintf('Unknown operator: %s.', $this->getName())),
/template/twigstarter/vendor/twig/twig/src/Util/
DReflectionCallable.php47 …throw new \LogicException(\sprintf('Callback for %s "%s" is not callable in the current scope.', $…

12