Skip to content

Commit f8f9457

Browse files
committed
Use new minimal templated exception helper instead of izulu
1 parent df1412c commit f8f9457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

taskiq/exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from typing import Any
22

3-
from izulu import root
3+
from taskiq.error import Error
44

55

6-
class TaskiqError(root.Error):
6+
class TaskiqError(Error):
77
"""Base exception for all errors."""
88

99
__template__ = "Exception occurred"

0 commit comments

Comments
 (0)