Files
2024-07-08 03:32:47 +09:00

11 lines
169 B
PHP

<?php
namespace dokuwiki\Exception;
/**
* Fatal Errors are converted into this Exception in out Shutdown handler
*/
class FatalException extends \ErrorException
{
}