xref: /dokuwiki/inc/Exception/FatalException.php (revision fe9d054b302adfcd4618e9e33079c36cccb90d10)
1<?php
2
3namespace dokuwiki\Exception;
4
5/**
6 * Fatal Errors are converted into this Exception in out Shutdown handler
7 */
8class FatalException extends \ErrorException
9{
10}
11