コード例 #1
0
ファイル: except1.php プロジェクト: SandyS1/presentations
 function TooLittleException($num)
 {
     parent::exception();
     $this->num = $num;
 }