exception documentation

class LargeError(Exception):

Constructor: LargeError(minSize)

View In Hierarchy

An exception which has a string representation of at least a specified number of characters.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable minSize Undocumented
def __init__(self, minSize: int):

Undocumented

def __str__(self):

Undocumented

minSize =

Undocumented