韩宇
init
1b7e88c
raw
history blame contribute delete
120 Bytes
class NonRetryableException(Exception):
def __init__(self, *args: object) -> None:
super().__init__(*args)