We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1965adc commit 68a5515Copy full SHA for 68a5515
Sources/Instrumentation/NetworkStatus/NetworkStatus.swift
@@ -11,7 +11,7 @@ import Network
11
public class NetworkStatus {
12
public private(set) var networkInfo: CTTelephonyNetworkInfo
13
public private(set) var networkMonitor: NetworkMonitorProtocol
14
- public convenience init() throws {
+ public convenience init() {
15
self.init(with: NetworkMonitor())
16
}
17
0 commit comments