Skip to content

Commit 5c10a4f

Browse files
Backport PR zarr-developers#3149: Add GroupNotFound error to API docs (zarr-developers#3179)
Co-authored-by: David Stansby <dstansby@gmail.com>
1 parent 11d488d commit 5c10a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zarr/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"ContainsArrayAndGroupError",
66
"ContainsArrayError",
77
"ContainsGroupError",
8+
"GroupNotFoundError",
89
"MetadataValidationError",
910
"NodeTypeValidationError",
1011
]

0 commit comments

Comments
 (0)