0002041: show dialog if db version too high; ask question to upgrade the db version
svn: r10535
This commit is contained in:
@ -58,3 +58,9 @@ class FileVersionError(Exception):
|
||||
|
||||
def __str__(self):
|
||||
return self.value
|
||||
|
||||
class FileVersionDeclineToUpgrade(Exception):
|
||||
"""
|
||||
Error raised when user decides not to upgrade a necessary upgrade.
|
||||
"""
|
||||
pass
|
||||
|
Reference in New Issue
Block a user