mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-13 11:29:11 +01:00
GitLab search (#422) + better settings UI
This commit is contained in:
@@ -25,6 +25,11 @@ class InvalidURLError extends ObtainiumError {
|
||||
: super(tr('invalidURLForSource', args: [sourceName]));
|
||||
}
|
||||
|
||||
class CredsNeededError extends ObtainiumError {
|
||||
CredsNeededError(String sourceName)
|
||||
: super(tr('requiresCredentialsInSettings', args: [sourceName]));
|
||||
}
|
||||
|
||||
class NoReleasesError extends ObtainiumError {
|
||||
NoReleasesError() : super(tr('noReleaseFound'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user