I函数去掉data方法

This commit is contained in:
thinkphp
2016-01-29 22:36:11 +08:00
parent f6a708e1f8
commit d4fbec83a1
2 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ class Oracle extends Driver
}
return $this->numRows;
} catch (\PDOException $e) {
throw new \Exception($this->getError());
throw new \think\Exception($this->getError());
}
}