budget/pfbudget/transform/exceptions.py
Luís Murta b1de4d519a
[Refactor] Categorizer now implements Transform
Test adapted for new interface.
Exchanged manual input functionality for throwing an exception.
Removed timer at transformer level.
2023-04-22 22:21:00 +01:00

7 lines
106 B
Python

class MoreThanOneMatchError(Exception):
pass
class TransactionCategorizedError(Exception):
pass