We don't have a class called Database, but on line 741 of LoadBalancer we have:
$conn = new Database;
Admittedly, just to pass it to DBConnectionError constructor:
throw new DBConnectionError( $conn, $this->mLastError );
but it won't reach there since it will generate a fatal first.
Version: 1.21.x
Severity: normal