Meini

77
reputation
3
19

DailyWTF

enter image description here enter image description here enter image description here enter image description here enter image description here

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