Searched refs:FatalException (Results 1 – 8 of 8) sorted by relevance
5 use dokuwiki\Action\Exception\FatalException; alias26 * @throws FatalException30 … throw new FatalException('Alias Actions need to implement preProcess to load the aliased action');
5 use dokuwiki\Action\Exception\FatalException; alias28 * @throws FatalException36 throw new FatalException('Sitemap generation is disabled', 404);66 throw new FatalException('Could not read the sitemap file - bad permissions?');
6 use dokuwiki\Action\Exception\FatalException; alias74 * @throws FatalException78 throw new FatalException('No content for Action ' . $this->actionname);
8 class FatalException extends \ErrorException class
15 class FatalException extends \Exception class
9 use dokuwiki\Action\Exception\FatalException; alias132 $this->handleFatalException(new FatalException('Infinite loop in actions', 500, $e));137 … $this->handleFatalException(new FatalException('Maximum action transitions reached', 500, $e));150 * @throws FatalException during unit testing154 if ($e instanceof FatalException) {
5 use dokuwiki\Exception\FatalException; alias116 … new FatalException($error['message'], 0, $error['type'], $error['file'], $error['line'])
11 use dokuwiki\Action\Exception\FatalException; alias121 } catch (FatalException $e) {