);
}
catch {
return $c->render(
$c->unhandled_exception($_);
status => 500,
openapi => { error => "Something went wrong, check the logs ($_)" }
};
-