in awslambdaric/lambda_runtime_log_utils.py [0:0]
def __format_exception_name(exc_info): if not exc_info: return None return exc_info[0].__name__