Basically I want a way to map exceptions to a JSON...
# ktor
a
Basically I want a way to map exceptions to a JSON payload with custom status codes (e.g. validation exceptions). Exception mappers are the JAX-RS equivalent (albeit global)