jeffsieu / py-sudoku

A Python Sudoku solver
https://pypi.org/project/py-sudoku
MIT License
81 stars 23 forks source link

Fix raised exception #8

Closed ziroux closed 1 year ago

ziroux commented 1 year ago

Raise the UnsolvableSudoku instead of Exception, as documented. Judging by the code and resolved issues - also as intended :)