Skip to content

Minor UX improvement: Add the UnknownCodecError. #689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 17, 2025
Merged
Prev Previous commit
Next Next commit
Remove trailing whitespace
  • Loading branch information
cwognum committed Jan 14, 2025
commit 3273e2bf79c0f026fad420355debec279be8a164
2 changes: 1 addition & 1 deletion numcodecs/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class UnknownCodecError(Exception):
"""
An exception that is raised when trying to receive a codec that has not been registered.

Parameters
----------
codec_id : str
Expand Down
Loading