Files
vapor-po/Sources/DatabaseClientLive/Errors.swift

6 lines
102 B
Swift

public struct ValidationError: Error {
let message: String
}
public struct NotFoundError: Error {}