mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-17 23:20:21 +00:00
9 lines
77 B
Python
9 lines
77 B
Python
|
|
|
||
|
|
|
||
|
|
class PackageError(Exception):
|
||
|
|
pass
|
||
|
|
|
||
|
|
|
||
|
|
class SourceError(Exception):
|
||
|
|
pass
|