Rename UnpackError to UnpackerError

This commit is contained in:
Felix Weiler-Detjen
2024-12-11 12:15:16 +01:00
parent 98099f5b00
commit af767078bf
8 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ See <project:serialization.md> for a tutorial on how to implement custom packer
### Errors
```{eval-rst}
.. autoclass:: heisskleber.core::UnpackError
.. autoclass:: heisskleber.core::UnpackerError
.. autoclass:: heisskleber.core::PackerError
```