Source code for rlang.grounding.utils.grounding_exceptions

[docs]class RLangGroundingError(Exception):
[docs] def __init__(self, message: str): super().__init__(message)