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

13 lines
233 B
Python
Raw Normal View History

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