You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, exception<FooException> {} seems to behave differently when an exception is thrown immediately inside a route's handler lambda vs when it's thrown inside, say, an async coroutine builder in that lambda.
In short,
exception<FooException> {}
seems to behave differently when an exception is thrown immediately inside a route's handler lambda vs when it's thrown inside, say, anasync
coroutine builder in that lambda.Minimal reproduction: https://bitbucket.org/marshallpierce/ktor-exception-handler-repro/src/master/
The text was updated successfully, but these errors were encountered: