Test adapted for new interface. Exchanged manual input functionality for throwing an exception. Removed timer at transformer level.
7 lines
106 B
Python
7 lines
106 B
Python
class MoreThanOneMatchError(Exception):
|
|
pass
|
|
|
|
|
|
class TransactionCategorizedError(Exception):
|
|
pass
|