Christopher Stanley
Results
1
issues of
Christopher Stanley
### Description This pull request refactors the exception handling in `protect_archiver`. The following changes were made: - Defined custom exceptions `ProtectError`, `DownloadFailed`, and `AuthorizationFailed` as subclasses of a base `Errors`...