feat: Adds result view to better handle errors, integrates it into project view.
This commit is contained in:
@@ -9,4 +9,6 @@ public struct ValidationError: Error {
|
||||
}
|
||||
}
|
||||
|
||||
public struct NotFoundError: Error {}
|
||||
public struct NotFoundError: Error {
|
||||
public init() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user