Home
last modified time | relevance | path

Searched refs:formatException (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php149 $str = $this->formatException($e);
153 $str .= "\n[previous exception] " . $this->formatException($previous);
189 private function formatException(\Throwable $e): string function in Monolog\\Formatter\\LineFormatter
H A DMongoDBFormatter.php86 $array[$name] = $this->formatException($value, $nestingLevel + 1);
112 protected function formatException(\Throwable $exception, int $nestingLevel) function in Monolog\\Formatter\\MongoDBFormatter
/plugin/sentry/action/
H A Derrors.php147 echo $helper->formatException($e);
/plugin/sentry/
H A Dhelper.php123 public function formatException($e) function in helper_plugin_sentry