yuyu/core/exception.py
Setyo Nugroho 2222c0c042 - Handle unknown price
- Fix Tax
- Handle price not found
2022-04-22 02:09:02 +07:00

3 lines
110 B
Python

class PriceNotFound(Exception):
def __init__(self, identifier=None):
self.identifier = identifier