0.8.0
Improvements
- BREAKING:
ApolloDebugServer.start(port:)
now throwsPOSIXError
instead ofHTTPServerError
.- By this change, you can obtain a more detailed error description from
POSIXError.localizedDescription
. - This change doesn't affect on
ApolloDebugServer.start(randomPortsIn:)
.
- By this change, you can obtain a more detailed error description from