class documentation

class LDAPExceptionCollection(type): (source)

View In Hierarchy

Storage for the LDAP result codes and the corresponding classes.

Class Method get_instance Get an instance of the correct exception for this result code.
Method __new__ Undocumented
Class Variable collection Undocumented
@classmethod
def get_instance(mcs, code, message): (source)

Get an instance of the correct exception for this result code.

def __new__(mcs, name, bases, attributes): (source)

Undocumented

collection: dict = (source)

Undocumented