Skip to content

Commit

Permalink
Added new base class for exceptions, added templates
Browse files Browse the repository at this point in the history
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
  • Loading branch information
chandr-andr committed Dec 22, 2024
1 parent 97ee677 commit ad114ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskiq/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from izulu import root


class TaskiqError(root.Error):
"""Base exception for all errors."""

Expand Down

0 comments on commit ad114ce

Please sign in to comment.