4 lines
56 B
Swift
4 lines
56 B
Swift
struct ValidationError: Error {
|
|
let message: String
|
|
}
|
struct ValidationError: Error {
|
|
let message: String
|
|
}
|