class documentation

class UnknownCurrencyError(Exception):

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):
Create the exception. :param identifier: the identifier string of the unsupported currency
identifier =

Undocumented