6 lines
86 B
Swift
6 lines
86 B
Swift
import Foundation
|
|
|
|
public struct ManualDError: Error {
|
|
public let message: String
|
|
}
|