4 lines
52 B
Swift
4 lines
52 B
Swift
|
enum Errors: Error {
|
||
|
case notVariable(String)
|
||
|
}
|