6 lines
102 B
Swift
6 lines
102 B
Swift
public struct ValidationError: Error {
|
|
let message: String
|
|
}
|
|
|
|
public struct NotFoundError: Error {}
|