exceptions.py 117 B

123
  1. class NoRetryException(Exception):
  2. def __init__(self, *args, **kwargs):
  3. super().__init__(*args, **kwargs)