1b7e88c
1
2
3
4
5
class NonRetryableException(Exception): def __init__(self, *args: object) -> None: super().__init__(*args)