BaiduException::__construct PHP Method

__construct() public method

Constructor: initialize the BaiduException instance.
public __construct ( $message, $code )
    public function __construct($message, $code = 0)
    {
        parent::__constructor($message, $code);
    }
BaiduException