Home
last modified time | relevance | path

Searched refs:LogicException (Results 26 – 50 of 122) sorted by relevance

12345

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectedPromise.php77 throw new \LogicException("Cannot resolve a rejected promise");
83 throw new \LogicException("Cannot reject a rejected promise");
H A DPromise.php126 ? new \LogicException("The promise is already {$state}.")
127 : new \LogicException("Cannot change a {$this->state} promise to {$state}");
131 throw new \LogicException('Cannot fulfill or reject a promise with itself');
/plugin/combo/vendor/symfony/process/
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__, self::class));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php7 use JMS\Serializer\Exception\LogicException; alias
32 …throw new LogicException(sprintf('The direction %s does not exist; see GraphNavigatorInterface::DI…
/plugin/dx/src/
H A DStandardize.php7 use LogicException; alias
80 throw new LogicException('file missing: ' . $filePath);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php311 …throw new \LogicException(sprintf('Cache can only be a string, false, or a \Twig\Cache\CacheInterf…
828 throw new \LogicException('You must set a loader first.');
1001 …throw new \LogicException(sprintf('Unable to remove extension "%s" as extensions have already been…
1048 …throw new \LogicException('Unable to add a token parser as extensions have already been initialize…
1094 …throw new \LogicException('Unable to add a node visitor as extensions have already been initialize…
1125 …throw new \LogicException('A filter must be an instance of \Twig_FilterInterface or \Twig_SimpleFi…
1136 …throw new \LogicException(sprintf('Unable to add filter "%s" as extensions have already been initi…
1220 …throw new \LogicException('A test must be an instance of \Twig_TestInterface or \Twig_SimpleTest.'…
1231 …throw new \LogicException(sprintf('Unable to add test "%s" as extensions have already been initial…
1297 …throw new \LogicException('A function must be an instance of \Twig_FunctionInterface or \Twig_Simp…
[all …]
H A DToken.php161 throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type));
204 throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type));
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php41 throw new \LogicException('$parsers must a an array of Twig_TokenParserInterface.');
47 … throw new \LogicException('$brokers must a an array of Twig_TokenParserBrokerInterface.');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php81 throw new \LogicException('Unable to create a socket');
86 …throw new \LogicException('Unable to connect to the socket at ' . $this->host . ':' . $this->port);
H A DProcessableHandlerTrait.php48 throw new \LogicException('You tried to pop from an empty processor stack.');
H A DStreamHandler.php133 …throw new \LogicException('Missing stream url, the stream can not be opened. This may be caused by…
154 …throw new \LogicException('No stream was opened yet' . Utils::getRecordMessageForException($record…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DLogicException.php15 class Mustache_Exception_LogicException extends LogicException implements Mustache_Exception
H A DSyntaxException.php15 class Mustache_Exception_SyntaxException extends LogicException implements Mustache_Exception
/plugin/webdav/vendor/sabre/event/lib/
H A DPromiseAlreadyResolvedException.php13 class PromiseAlreadyResolvedException extends \LogicException {
/plugin/davcal/vendor/sabre/event/lib/
H A DPromiseAlreadyResolvedException.php13 class PromiseAlreadyResolvedException extends \LogicException {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php11 use LogicException; alias
40 * @throws LogicException
46 throw new LogicException(
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DExpressionLanguageRequiredException.php10 class ExpressionLanguageRequiredException extends LogicException
H A DNotAcceptableException.php10 class NotAcceptableException extends LogicException
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/Exception/
H A DInvalidNode.php7 final class InvalidNode extends \LogicException implements Exception
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php10 use LogicException; alias
96 throw new LogicException(
224 throw new LogicException(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php7 class ParseCancellationException extends \LogicException
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php9 use JMS\Serializer\Exception\LogicException; alias
103 … throw new LogicException(sprintf('%s on %s is read only.', $metadata->name, $metadata->class));
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php44 use LogicException; alias
333 throw new LogicException(
791 * @throws LogicException If no token was provided and no token was set using `setAccessToken`.
808 throw new LogicException(
990 throw new LogicException('invalid json for auth config');
1211 throw new LogicException('Could not find supported version of Guzzle.');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DExpressionMetadataTrait.php31 } catch (\LogicException $e) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php6 LogicException, alias

12345