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