#SquirrelJME: Have my first infinite loop. I have an error `TODO` which I used to signal a fatal incomplete code (I like to fail fast). Since `TODO` is an error it initializes `Throwable` then `Error`. However `Throwable` is not implemented and throws a `TODO`.