Hunter
02/13/2026, 6:02 PMException should not be an object, and I want to suppress it because it makes sense in my situation. What @Suppress name do I need to use to get rid of the warning? Is there a "suppress all" name?hho
02/13/2026, 7:52 PM-Xrender-internal-diagnostic-names to see what diagnostic you have to suppress.hho
02/13/2026, 7:52 PMKlitos Kyriacou
02/15/2026, 5:19 PMobject for exceptions can mess with your stack trace?Hunter
02/16/2026, 3:46 PM