mini\Dispatcher\HttpDispatcher::renderDebugErrorPage() Method

private

Signature

private function renderDebugErrorPage(Throwable $e): string

Parameters

Name Type Default Description
$e Throwable required Documentation missing

Returns

string

Documentation

Render detailed error page for debug mode

Shows exception type, message, stack trace, and context information.

Source

src/Dispatcher/HttpDispatcher.php:380-577