FSEntry name validation and duplicate names in folder tests
Some checks failed
Test Workflow / Lint and test library (pull_request) Failing after 1m13s

This commit is contained in:
2024-01-07 15:59:11 +00:00
parent b0f3640eb6
commit 8500f69479
3 changed files with 127 additions and 2 deletions

View File

@@ -53,4 +53,5 @@ class FSCreator {
}
class CyclicFolderException : Exception("Cyclic FSFolders are not supported")
class DuplicateEntryNameException : Exception("Folder contains entries with duplicate names")