Reverse changes related to App ID changes (#270)

This commit is contained in:
Imran Remtulla
2023-02-12 14:36:54 -05:00
parent 1be38d361f
commit fd9aebc5b2
10 changed files with 16 additions and 3 deletions

View File

@@ -44,6 +44,10 @@ class DowngradeError extends ObtainiumError {
DowngradeError() : super(tr('cantInstallOlderVersion'));
}
class IDChangedError extends ObtainiumError {
IDChangedError() : super(tr('appIdMismatch'));
}
class NotImplementedError extends ObtainiumError {
NotImplementedError() : super(tr('functionNotImplemented'));
}