summaryrefslogtreecommitdiffstats
path: root/aurweb/exceptions.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-23git-serve: Use Python exceptions for error handlingLukas Fleischer1-0/+53
Make it easier to reuse the helper functions provided by git-serve from another Python script by throwing exceptions instead of terminating the program on errors. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>