Files
swift-hvac-toolbox/Sources/ApiController/ValidationError.swift

4 lines
56 B
Swift

struct ValidationError: Error {
let message: String
}