bootstrap-vz/bootstrapvz/base/pkg/exceptions.py
2014-04-02 21:26:13 +02: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