Example #1
0
 function TooLittleException($num)
 {
     parent::exception();
     $this->num = $num;
 }