Home
last modified time | relevance | path

Searched refs:exception (Results 51 – 75 of 679) sorted by path

12345678910>>...28

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md100 …* Fixed normalization of exception codes to be always integers even for PDOException which have th…
112 * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
186 …* Fixed normalization of exception codes to be always integers even for PDOException which have th…
203 * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
231 * Fixed RavenHandler dropping the message when logging exception
248 * Fixed support for allowInlineLineBreaks in LineFormatter when formatting exception backtraces
382 * Added exception codes in the output of most formatters
383 …* Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than…
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
490 * Added support for previous exceptions in the LineFormatter exception serialization
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php112 protected function formatException(\Throwable $exception, int $nestingLevel) argument
115 'class' => Utils::getClass($exception),
116 'message' => $exception->getMessage(),
117 'code' => (int) $exception->getCode(),
118 'file' => $exception->getFile() . ':' . $exception->getLine(),
122 $formattedException['trace'] = $exception->getTraceAsString();
124 $formattedException['trace'] = $exception->getTrace();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php186 …} elseif (isset($record['context']['exception']) && $record['context']['exception'] instanceof \Th…
211 $this->connector->getErrorsDispatcher()->dispatchException($record['context']['exception']);
H A DRollbarHandler.php93 $exception = $context['exception'];
95 $toLog = $exception;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php100 $exception = false;
108 $exception = true;
115 $exception = true;
120 if ($exception) {
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md44 } catch (Exception $exception) {
45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/authhiorgserver/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authldaplocal/
H A DLICENSE178 special exception, the source code distributed need not include
/plugin/authlemonldap/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authlinotp/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authloginapi/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authnc/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authorlist/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/authowncloud/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/authphpbb3/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/authplaincas/
H A Dlicense160 special exception, the source code distributed need not include
/plugin/autogallery/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/autoindentcontrol/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/autoindex/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/autolink3/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/avatar/
H A DCOPYING
/plugin/avbarchart/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/avtaskbox/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/backlinks/
H A DCOPYING160 special exception, the source code distributed need not include
/plugin/backlinks2/
H A DCOPYING160 special exception, the source code distributed need not include

12345678910>>...28