mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-08 20:07:02 +01:00
Cimmitting missing files
This commit is contained in:
4
pilot/helpers/exceptions/TooDeepRecursionError.py
Normal file
4
pilot/helpers/exceptions/TooDeepRecursionError.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class TooDeepRecursionError(Exception):
|
||||
def __init__(self, message='Recursion is too deep!'):
|
||||
self.message = message
|
||||
super().__init__(message)
|
||||
Reference in New Issue
Block a user