mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
add error message
This commit is contained in:
parent
8f090fabef
commit
3e000453a5
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ namespace Jackett.Indexers
|
|||
Data = (sb.ToString().Normalize(NormalizationForm.FormC));
|
||||
}
|
||||
else
|
||||
throw new Exception("");
|
||||
throw new Exception("unsupported diacritics filter argument");
|
||||
break;
|
||||
case "hexdump":
|
||||
// this is mainly for debugging invisible special char related issues
|
||||
|
|
Loading…
Reference in a new issue