Example #1
0
 /**
  * Constructor: initialize the BaiduException instance.
  * 
  * @return void
  */
 public function __construct($message, $code = 0)
 {
     parent::__constructor($message, $code);
 }
Example #2
0
	public function __constructor($text,$code){
		parent::__constructor($text,$code);
	}