Skip to content

Commit

Permalink
removed throws
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b committed Oct 27, 2023
1 parent 1965adc commit 68a5515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Instrumentation/NetworkStatus/NetworkStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Network
public class NetworkStatus {
public private(set) var networkInfo: CTTelephonyNetworkInfo
public private(set) var networkMonitor: NetworkMonitorProtocol
public convenience init() throws {
public convenience init() {
self.init(with: NetworkMonitor())
}

Expand Down

0 comments on commit 68a5515

Please sign in to comment.