Skip to content

Commit 377f819

Browse files
Ensures InvalidConstraintError's description is called
1 parent fabebe6 commit 377f819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/App/Models/Errors/InvalidConstraintError.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Foundation
2+
import Sparse
23

3-
struct InvalidConstraintError: Error, CustomStringConvertible {
4+
struct InvalidConstraintError: ContextDescribableError, CustomStringConvertible {
45

56
let message: String
67

0 commit comments

Comments
 (0)