This commit is contained in:
fengjignqi
2026-05-16 16:19:39 +08:00
commit 1b1575eb8a
1632 changed files with 242221 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.esafirm.imagepicker.helper;
public class IpCrasher {
public static void openIssue() {
throw new IllegalStateException("This should not happen. Please open an issue!");
}
}