yuyu/core/exception.py

4 lines
110 B
Python
Raw Permalink Normal View History

2022-05-13 13:53:52 +07:00
class PriceNotFound(Exception):
def __init__(self, identifier=None):
self.identifier = identifier