moo.core.exceptions.AmbiguousVerbError
- exception moo.core.exceptions.AmbiguousVerbError(name, matches)
Raised when verb dispatch finds more than one matching verb at the same object. Default message:
More than one object defines "<name>": <obj1>, <obj2>, and <obj3>.