boot(dirname(__DIR__)); $app->run(); } catch (\Throwable $e) { http_response_code(500); if (isset($app)) { $app->getView()->error(500); } echo '

500 Internal Server Error

'; echo '

An unexpected error occurred.

'; }