Files
FTCRoadRunnerRobotics/TeamCode/src/main/java
Ryan Brott ce080b0b51 Always throw RuntimeException
The FTC SDK only catches `Exception` thrown by user code,
so switch all throwables to `RuntimeException`.
2023-12-20 18:10:52 -08:00
..