mini\Dispatcher\HttpDispatcher::handleFatalError() Method

private

Signature

private function handleFatalError(Throwable $e): void

Parameters

Name Type Default Description
$e Throwable required Documentation missing

Returns

void

Documentation

Handle fatal errors when no exception converter is registered

Last resort error handling - renders a detailed error page in debug mode, or a simple error page in production.

Source

src/Dispatcher/HttpDispatcher.php:353-370