yuyu/core/exception.py
2022-05-13 13:53:52 +07:00

3 lines
110 B
Python

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