constructPdoDsn($params), $username, $password, $driverOptions ); } catch (\PDOException $e) { throw DBALException::driverException($this, $e); } return $conn; } }