budget/pfbudget/transform/exceptions.py
Luís Murta 00bbceeba5
[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 20:06:14 +01:00

7 lines
106 B
Python

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