Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php169 return $this->createExceptionFromError($item['index']['error']);
181 protected function createExceptionFromError(array $error): ElasticsearchRuntimeException function in Monolog\\Handler\\ElasticsearchHandler
183 …$previous = isset($error['caused_by']) ? $this->createExceptionFromError($error['caused_by']) : nu…