Skip to content

Commit e08d083

Browse files
committed
Make UnknownCodecError inherit from ValueError
1 parent 37ab541 commit e08d083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55

6-
class UnknownCodecError(Exception):
6+
class UnknownCodecError(ValueError):
77
"""
88
An exception that is raised when trying to receive a codec that has not been registered.
99

0 commit comments

Comments
 (0)