}
catch(子弹劣质 &e)
{
throw new Exception('妈的,中国尽是些假货。');//Rethrow the exceptiopn
}
catch(子弹不够 &e)
{
throw new Exception('你妈妈忘了跟你说那个枪是没有执照的,不能买子弹。');//Rethrow the exceptiopn
}
catch(那是二杈树 &e)
{
throw new Exception('鸟怎么会在二杈树上?');//Rethrow the exceptiopn
}
catch(玩具手枪 &e)
{
throw new Exception('年龄不够,鸟儿不怕。');//Rethrow the exceptiopn
}
catch(火药过期 &e)
{
throw new Exception('你已经被国安局拘留了,因为你私自保留二战火药。');//Rethrow the exceptiopn
}
catch(那鸟是佛,不知道什么叫死 &e)
{
throw new Exception('佛说:......');//Rethrow the exceptiopn
}
catch(...)
{
throw new Exception('那个鸟是个神经病。');
}
...........为鸟处理后事吧.....
}