mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-09 01:23:28 +01:00
Initial changes to support search
This commit is contained in:
@@ -48,6 +48,10 @@ class IDChangedError extends ObtainiumError {
|
||||
: super('Downloaded package ID does not match existing App ID');
|
||||
}
|
||||
|
||||
class NotImplementedError extends ObtainiumError {
|
||||
NotImplementedError() : super('This class has not implemented this function');
|
||||
}
|
||||
|
||||
class MultiAppMultiError extends ObtainiumError {
|
||||
Map<String, List<String>> content = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user