In my case, I was trying to connect to a "3rd party" database that didn't exist. Example,
$foodb = Database::getConnection( 'default', 'foo' ) ;
where the foo database was not configured it settings.php.
foo