Error+Extensions.swift 88 B

123456
  1. import Foundation
  2. extension Error {
  3. var shouldReportNonFatalIssue: Bool { true }
  4. }