moo.core.exceptions
A variety of error classes
Exceptions
|
Subclass of Python's |
|
Raised when a name resolves to more than one object. |
|
Raised when verb dispatch finds more than one matching verb at the same object. |
|
Raised when user code causes some kind of exception. |
|
Raised when a name does not resolve to any object in scope — typically by |
|
Raised by parser methods like |
|
Raised by |
|
Raised by the parser when no verb on any candidate object matches the typed command. |
|
Raised when |
|
Raised if the user attempts to put a container inside one of its contents, or set the parent of an object to one of its children. |
|
Raise when the player invoked a verb with bad syntax or missing arguments. |
|
Superclass for any error that should be displayed to the player who triggered it. |