type = $type; parent::__construct('No support: '.$this->type); } /** * 取得輸入的資料庫系統名稱 * @return string 錯誤訊息內容 */ public function getType() { return $this->type; } }