Selaa lähdekoodia

Fixup: add exceptions

StrayWarrior 1 kuukausi sitten
vanhempi
commit
2562f8f7cd
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      pqai_agent/exceptions.py

+ 3 - 0
pqai_agent/exceptions.py

@@ -0,0 +1,3 @@
+class NoRetryException(Exception):
+    def __init__(self, *args, **kwargs):
+        super().__init__(*args, **kwargs)