ソースを参照

Fixup: add exceptions

StrayWarrior 1 ヶ月 前
コミット
2562f8f7cd
1 ファイル変更3 行追加0 行削除
  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)