Download the latest asset from Github
This commit is contained in:
parent
c32449e465
commit
b56d8e72ca
11 changed files with 283 additions and 2 deletions
14
majordome/errors.py
Normal file
14
majordome/errors.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
class NoReleaseFound(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoAssetMatchingMnemonic(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class AssetNotFound(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class DownloadFailure(Exception):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue