Small fix

This commit is contained in:
M66B
2022-12-30 12:38:31 +01:00
parent ff0cca4c4a
commit ac66b564f2
4 changed files with 8 additions and 10 deletions

View File

@@ -29,6 +29,6 @@ public class Bimi {
static Pair<Bitmap, Boolean> get(
Context context, String _domain, String selector, int scaleToPixels)
throws IOException {
throw new NotImplementedException("BIMI");
throw new IllegalArgumentException("BIMI");
}
}