issues
search
nianeyna
/
ao3downloader
Utility for downloading fanfiction in bulk from the Archive of Our Own
GNU General Public License v3.0
206
stars
19
forks
source link
Improve handling of custom exceptions
#21
Closed
nianeyna
closed
2 years ago
nianeyna
commented
2 years ago
Make all custom exceptions inherit from a base class
Don't bother logging stack trace for custom exceptions... I know where they came from
Instead of "message" field, just pass the relevant message into the exception constructor (no idea why I didn't do this in the first place...)