python from contextlib import contextmanager @contextmanager def error_handler(): try: yield except Exception as e: with error_handler():