listfix/error.py (view raw)
1 2
def error_handler(exception_type, exception, traceback): print(f"Error: {exception}")