From eebe00ee5c05b5a8ee8d8e07ed4f56fc6a69795d Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 4 Jun 2023 16:07:41 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7163613..d71899b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,15 @@ if __name__ == "__main__": For more information on how to use PyCBZHelper, please refer to the [documentation](https://github.com/hyugogirubato/pycbzhelper/blob/main/docs/schema). +### Exceptions + +The following exceptions can be raised by PyCBZHelper: + +- `InvalidKeyValue`: Raised when a key value is invalid. +- `MissingPageFile`: Raised when no page files are available. +- `InvalidFileExtension`: Raised when an invalid file extension is used. +- `FileNotFound`: Raised when the specified source file is not found. + ### License This project is licensed under the [GPL v3 License](https://github.com/hyugogirubato/pycbzhelper/blob/main/LICENSE). \ No newline at end of file