try{

    if(you.believe(it)==true || you.believe(it)==false){

        I.believe(it);

    }

}catch(Exception e){

    throw new Exception("It's a miracle!");

}finally{

    it.justHappened();

}

相关文章: