bootstrap-vz/bootstrapvz/base/pkg/exceptions.py

13 lines
215 B
Python
Raw Normal View History

class PackageError(Exception):
2014-03-23 16:04:03 +01:00
"""Raised when an error occurrs while handling the packageslist
"""
pass
class SourceError(Exception):
2014-03-23 16:04:03 +01:00
"""Raised when an error occurs while handling the sourceslist
"""
pass