feat: Begins breaking database out into it's own module, using dependencies
This commit is contained in:
5
Sources/DatabaseClientLive/Errors.swift
Normal file
5
Sources/DatabaseClientLive/Errors.swift
Normal file
@@ -0,0 +1,5 @@
|
||||
public struct ValidationError: Error {
|
||||
let message: String
|
||||
}
|
||||
|
||||
public struct NotFoundError: Error {}
|
||||
Reference in New Issue
Block a user