<< 15/25 >>
First Last

例外

問題: 例外ってどうなってるの

 try {
     throw HogException();
 } catch(HogException e) {
     puts("死んだっ!");
 }