5 lines
148 B
Swift
Raw Permalink Normal View History

2024-12-11 17:31:26 +01:00
public enum ParsingError : Error {
case MalformedJSON(reason: String)
case ConfigFileNotExistent
case ImpossibleToWriteKeyToFileSystem
}