exception documentation

class UnknownCurrencyError(Exception): (source)

View In Hierarchy

Exception thrown when a currency is requested for which no data is available.

Method __init__ Create the exception. :param identifier: the identifier string of the unsupported currency
Instance Variable identifier Undocumented
def __init__(self, identifier: str): (source)

Create the exception. :param identifier: the identifier string of the unsupported currency

identifier = (source)

Undocumented