DailyWTF
public void howToSwallowAnExceptionWithNoCatchBlock() { try { throw new Exception(); } finally { return; } }