xref: /dokuwiki/inc/Exception/FatalException.php (revision f9a94e78392d6a178b0e7f29a005688fc44e5cc3)
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}
12