Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DActionRouter.php113 $this->handleFatalException($e);
132 $this->handleFatalException(new FatalException('Infinite loop in actions', 500, $e));
137 … $this->handleFatalException(new FatalException('Maximum action transitions reached', 500, $e));
152 protected function handleFatalException(\Throwable $e) function in dokuwiki\\ActionRouter