We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ab541 commit e08d083Copy full SHA for e08d083
numcodecs/errors.py
@@ -3,7 +3,7 @@
3
"""
4
5
6
-class UnknownCodecError(Exception):
+class UnknownCodecError(ValueError):
7
8
An exception that is raised when trying to receive a codec that has not been registered.
9
0 commit comments