mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +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`.