Exceptions
Contains expections specific to PySuSo.
InvalidBoardError
Bases: ValueError
Raised in case the board cannot be created from the provided values.
InvalidCellValueError
Bases: ValueError
Raised in case a value is not allowed in a cell.
InvalidIndexError
Bases: ValueError
Raised in case an index is not valid.
BoardNotSolvableException
Bases: Exception
Raised in case the board does not have a solution.