Skip to content

Add custom exception types to replace ValueError

BryanDavis requested to merge work/bd808/named-exceptions into main

Linters generally are not happy to see except blocks for common built-in exception types like ValueError. Add our own typed exceptions which inherit from ValueError.

Merge request reports