Post #111 1.63K Aug 22, 2025, 19:10 UTC https://github.com/ag2ai/faststream/issues/2400#faststream GitHub feat: improve error type traversal in error handlers · Issue #2400 · ag2ai/faststream Describe the bug Current logic here seems to be counterintuitive - take the current exception and check if it's a subclass of any exception type of the registered handlers. This leads to a pote...