budget/pfbudget/transform/exceptions.py
Luís Murta c6a13cc83a
Allow multi-category transactions
through the use of tags. Instead of failing when categorizing a
transaction which already has a category, add the new category as a tag
for that transaction.

Issue #2
2024-01-22 22:02:25 +00:00

3 lines
49 B
Python

class MoreThanOneMatchError(Exception):
pass