Home
last modified time | relevance | path

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

/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(
H A DHelpers.php26 use LogicException; alias
733 throw new LogicException("Can't INVOKE '{$args}'. '{$args}' was not DEFINE ");
/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()));
/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php145 …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…
DToken.php163 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));
DCompiler.php231 … throw new \LogicException('Unable to call outdent() as the indentation would become negative.');
DEnvironment.php274 …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…
DTemplate.php177 throw new \LogicException('A block must be a method on a \Twig\Template instance.');
DLexer.php498 throw new \LogicException('Cannot pop state without a previous state.');
/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/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/strap/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php10 use LogicException; alias
96 throw new LogicException(
224 throw new LogicException(
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php7 class ParseCancellationException extends \LogicException
/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php111 …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)…
DModuleNode.php467 throw new \LogicException('Trait templates can only be constant nodes.');
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php146 throw new \LogicException($message);
283 …throw new \LogicException(sprintf('The last parameter of "%s" for %s "%s" must be an array with de…