exception documentation

class UnknownLocaleError(Exception): (source)

View In Hierarchy

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

Method __init__ Create the exception.
Instance Variable identifier Undocumented
def __init__(self, identifier: str): (source)

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

identifier = (source)

Undocumented