What is the behavior if I have 2 modules that both...
# ktor
b
What is the behavior if I have 2 modules that both define
StatusPages
? Will they only handle exceptions from their respective routes? Will they extend each other and intercept in a first-defined-first-served manner?