Closed RKrahl closed 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.
ValueError
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.