mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +02:00
`NGUnixDomainSocket` throws `java.io.IOException` instead of `SocketException`, probably because `SocketException` does not expose the contructor with a `Throwable` parameter. To allow clients to disconnect, we need to catch `IOException`.