Skip to content

Commit

Permalink
CustomNSError is only defined in Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Dec 12, 2023
1 parent 5824149 commit fd7cd69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Nimble/Requirement.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Foundation

public struct RequirementError: Error, CustomNSError {
let message: String
let location: SourceLocation
Expand Down

0 comments on commit fd7cd69

Please sign in to comment.