Explorar o código

Fixup: add exceptions

StrayWarrior hai 1 mes
pai
achega
2562f8f7cd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)