V0.6.0 Arroyo Toad

This commit is contained in:
Christian Risi
2024-12-11 17:31:26 +01:00
parent c863c66236
commit d48ea94471
14 changed files with 384 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
public enum ParsingError : Error {
case MalformedJSON(reason: String)
case ConfigFileNotExistent
case ImpossibleToWriteKeyToFileSystem
}