RKrahl / archive-tools

Tools for managing archives
Apache License 2.0
1 stars 2 forks source link

Define and raise custom exceptions #12

Closed RKrahl closed 5 years ago

RKrahl commented 5 years ago

There are various error conditions when creating or reading archives. At the moment, standard library exceptions are raised, mostly ValueError. It would be more appropriate to define custom exceptions and raise those instead.