exception documentation

class TypeConflictException(Exception):

Constructor: TypeConflictException(topic, orig_type, new_type)

View In Hierarchy

Undocumented

Method __init__ Undocumented
def __init__(self, topic, orig_type, new_type):

Undocumented