from litellm.llms.base_llm.chat.transformation import BaseLLMException


class VercelAIGatewayException(BaseLLMException):
    pass
