Merge "Remove a few not-used exceptions"

This commit is contained in:
Jenkins 2015-08-11 16:18:23 +00:00 committed by Gerrit Code Review
commit a8876d5231
1 changed files with 0 additions and 8 deletions

View File

@ -37,18 +37,10 @@ class DownloadException(AnvilException):
pass
class BadParamException(AnvilException):
pass
class NoTraceException(AnvilException):
pass
class NoReplacementException(AnvilException):
pass
class PackageException(AnvilException):
pass