is there a known issue with not catching child exc...
# ktor
c
is there a known issue with not catching child exceptions with StatusPages? I've expanded my exception declaration out to
Throwable
(also tried
Exception
) and can't seem to get it hit my configured exception code still... currently on ktor
1.1.4
ignore... i just realized another previously configured exception handler was catching this issue, and as described in doc, only one handler will be called.