修复一个变量调用错误

This commit is contained in:
麦当苗儿
2016-02-01 01:30:46 +08:00
parent c19d23c248
commit 8130fbd0f6

View File

@@ -131,7 +131,7 @@ abstract class Driver
Log::record($e->getMessage(), 'error');
return $this->connect($autoConnection, $linkNum);
} else {
throw new PDOException($e, $this->config, $queryStr);
throw new PDOException($e, $this->config, $this->queryStr);
}
}
}