tuxemon.cli.exceptions module

exception tuxemon.cli.exceptions.CommandNotFoundError[source]

Bases: Exception

Raised when a command is not found.

exception tuxemon.cli.exceptions.ParseError[source]

Bases: Exception

Raised when the input cannot be parsed due to bad syntax.