예제 #1
0
 public function __construct($message = null, $code = null)
 {
     parent::__construct($message, $code);
 }
예제 #2
0
파일: init.php 프로젝트: GavinLai/SimMatch
 public function __construct($file)
 {
     parent::__construct("File '{$file}' Not Exist.");
 }