exceptions module

Module will define exceptions for the baserl module.

exception exceptions.Impossible

Bases: Exception

Exception raised when something impossible to be performed The reason is given as the exception message

exception exceptions.QuitWithoutSaving

Bases: SystemExit

Can be raised to exit the game without automatically saving.