moo.core.exceptions.AmbiguousObjectError

exception moo.core.exceptions.AmbiguousObjectError(name, matches, message=None)

Raised when a name resolves to more than one object. Default message: When you say, "<name>", do you mean <obj1>, <obj2>, or <obj3>? — the matching objects are listed by name and #id so the player can disambiguate.