mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
12 lines
215 B
Python
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
|