mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +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`.