Improve error messages

This commit is contained in:
Lucien Greathouse
2021-05-14 15:58:18 -04:00
parent 43e71f9242
commit 7599ef6626
5 changed files with 99 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "bad_classname_path_conflict",
"tree": {
"$className": "DataModel",
"$path": "foo.txt"
}
}

View File

@@ -0,0 +1,4 @@
{
"name": "bad_no_classname",
"tree": {}
}