예제 #1
0
파일: DBException.php 프로젝트: HWeiXin/wx
 public function __construct($message = '', $data = array())
 {
     parent::__construct($message, 500, $data);
 }