Skip to content

Commit a809466

Browse files
committed
More logging for test
1 parent b373efc commit a809466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Connection/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ public function open(): void
670670
$this->getLogger()->log(LogLevel::ERROR, $token);
671671
}
672672

673-
throw new Exception($e->getMessage(), $e->errorInfo, $e);
673+
throw new Exception($e->getMessage() . '. DSN is ' , $this->dsn, $e->errorInfo, $e);
674674
}
675675
}
676676

0 commit comments

Comments
 (0)