Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: specialize exceptions | Ned Batchelder | 2021-11-14 | 1 | -0/+5 |
| | | | | | | CoverageException is fine as a base class, but not good to use for raising (and catching sometimes). Introduce specialized exceptions that allow third-party tools to integrate better. | ||||
* | docs: document the exceptions | Ned Batchelder | 2021-11-14 | 1 | -0/+11 |
... and make some of them private. |