releso.exceptions.ParserException
- exception releso.exceptions.ParserException(parent: str, item: str, message: str)
Parser Exception for the ReLeSO package.
Shows the context of the error. Also colors the output if coloring is available.
Uses the ValueError base class for compatibility with the pydantic validation engine.
- Parameters:
parent (str) – Parent items names where the error occurred.
item (str) – Name of the item which caused the error.
message (str) – Custom message to display in the Exception.