Skip to content

Commit 68a5515

Browse files
committed
removed throws
1 parent 1965adc commit 68a5515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Instrumentation/NetworkStatus/NetworkStatus.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Network
1111
public class NetworkStatus {
1212
public private(set) var networkInfo: CTTelephonyNetworkInfo
1313
public private(set) var networkMonitor: NetworkMonitorProtocol
14-
public convenience init() throws {
14+
public convenience init() {
1515
self.init(with: NetworkMonitor())
1616
}
1717

0 commit comments

Comments
 (0)