mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-05 02:16:07 +03:00
7 lines
83 B
Python
7 lines
83 B
Python
class UpdateError(Exception):
|
|
pass
|
|
|
|
|
|
class VersionError(UpdateError):
|
|
pass
|