feat: Starts database client dependency.
This commit is contained in:
11
Sources/DatabaseClient/Errors.swift
Normal file
11
Sources/DatabaseClient/Errors.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import Foundation
|
||||
|
||||
public struct ValidationError: Error {
|
||||
public let message: String
|
||||
|
||||
public init(_ message: String) {
|
||||
self.message = message
|
||||
}
|
||||
}
|
||||
|
||||
public struct NotFoundError: Error {}
|
||||
Reference in New Issue
Block a user