exception documentation

class LargeError(Exception): (source)

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): (source)

Undocumented

Parameters
minSize:intUndocumented
def __str__(self): (source)

Undocumented

Undocumented