ignore_handler faststream.broker.middlewares.exception.ignore_handler async # ignore_handler(exception) Source code in faststream/broker/middlewares/exception.py 211 212async def ignore_handler(exception: IgnoredException) -> NoReturn: raise exception