Home
last modified time | relevance | path

Searched refs:LogicException (Results 1 – 25 of 122) sorted by path

12345

/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php36 use LogicException; alias
93 throw new LogicException('id_token cannot be null');
/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/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php125 throw new \LogicException('invalid json for auth config');
H A DServiceAccountJwtAccessCredentials.php78 throw new \LogicException('invalid json for auth config');
H A DUserRefreshCredentials.php69 throw new \LogicException('invalid json for auth config');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php199 throw new \LogicException('No handler has been specified');
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DFulfilledPromise.php71 throw new \LogicException("Cannot resolve a fulfilled promise");
77 throw new \LogicException("Cannot reject a fulfilled 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');
H A DRejectedPromise.php77 throw new \LogicException("Cannot resolve a rejected promise");
83 throw new \LogicException("Cannot reject a rejected promise");
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DFnStream.php66 throw new \LogicException('FnStream should never be unserialized');
/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 DHandlerWrapper.php89 …throw new \LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface:…
101 …throw new \LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface:…
115 …throw new \LogicException('The wrapped handler does not implement ' . FormattableHandlerInterface:…
127 …throw new \LogicException('The wrapped handler does not implement ' . FormattableHandlerInterface:…
H A DProcessableHandlerTrait.php48 throw new \LogicException('You tried to pop from an empty processor stack.');
H A DPsrHandler.php90 …throw new \LogicException('No formatter has been set and this handler does not have a default form…
H A DSocketHandler.php276 … throw new \LogicException('streamSetTimeout called but $this->resource is not a resource');
292 … throw new \LogicException('streamSetChunkSize called but $this->resource is not a resource');
296 throw new \LogicException('streamSetChunkSize called but $this->chunkSize is not set');
310 throw new \LogicException('fwrite called but $this->resource is not a resource');
324 … throw new \LogicException('streamGetMetadata called but $this->resource is not a resource');
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…
H A DSyslogHandler.php64 …throw new \LogicException('Can\'t open syslog for ident "'.$this->ident.'" and facility "'.$this->…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php200 throw new \LogicException('You tried to pop from an empty handler stack.');
250 throw new \LogicException('You tried to pop from an empty processor stack.');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3487 throw new \LogicException('$this->decrypt is not a ' . ChaCha20::class);
4242 throw new \LogicException('$this->encrypt is not a ' . ChaCha20::class);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php130 $logger->critical('Uncaught Exception!', array('exception' => new \LogicException('Fail')));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php7 class ParseCancellationException 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(
H A DXpath.php13 use LogicException; alias
270 * @throws LogicException
274 throw new LogicException(
/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/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 configuration. Remove the call to data variables or change the setting.');
153 * @throws LogicException when calling this method without having enableDataVariables.
158 throw new LogicException('Data variables are not supported due to the enableDataVariables configuration. Remove the call to data variables or change the setting.');
286 * @throws LogicException when calling this method without having enableDataVariables.
291 throw new LogicException('Data variables are not supported due to the enableDataVariables configuration. Remove the call to data variables or change the setting.');

12345