exceptions module¶
Module will define exceptions for the baserl module.
- exception exceptions.Impossible¶
Bases:
ExceptionException raised when something impossible to be performed The reason is given as the exception message
- exception exceptions.QuitWithoutSaving¶
Bases:
SystemExitCan be raised to exit the game without automatically saving.