exception documentation

class BadDependencyError(Exception): (source)

View In Hierarchy

If we can't resolve a module referenced by the one we're trying to load.

Method __init__ Undocumented
Method __str__ Undocumented
def __init__(self, module_error, src=None): (source)

Undocumented

def __str__(self): (source)

Undocumented