We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1412c commit f8f9457Copy full SHA for f8f9457
1 file changed
taskiq/exceptions.py
@@ -1,9 +1,9 @@
1
from typing import Any
2
3
-from izulu import root
+from taskiq.error import Error
4
5
6
-class TaskiqError(root.Error):
+class TaskiqError(Error):
7
"""Base exception for all errors."""
8
9
__template__ = "Exception occurred"
0 commit comments