Skip to content

Commit ad114ce

Browse files
committed
Added new base class for exceptions, added templates
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 97ee677 commit ad114ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskiq/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from izulu import root
22

3+
34
class TaskiqError(root.Error):
45
"""Base exception for all errors."""
56

0 commit comments

Comments
 (0)