You can install `StatusPages` feature and handle e...
# ktor
o
You can install
StatusPages
feature and handle exceptions:
Copy code
application.install(StatusPages) {
                exception<MissingKotlinParameterException> {
                    …
                }
            }