1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 06:40:57 +00:00

add error message

This commit is contained in:
kaso17 2017-09-08 19:05:10 +02:00
parent 8f090fabef
commit 3e000453a5

View file

@ -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