nix-update/nix_update/errors.py

7 lines
83 B
Python
Raw Normal View History

2020-03-16 13:06:32 +03:00
class UpdateError(Exception):
pass
class VersionError(UpdateError):
pass