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