bootstrap-vz/base/pkg/exceptions.py
2014-03-23 16:04:03 +01:00

12 lines
215 B
Python

class PackageError(Exception):
"""Raised when an error occurrs while handling the packageslist
"""
pass
class SourceError(Exception):
"""Raised when an error occurs while handling the sourceslist
"""
pass