langchain/libs/partners/google-genai/langchain_google_genai/_common.py

5 lines
136 B
Python
Raw Normal View History

class GoogleGenerativeAIError(Exception):
"""
Custom exception class for errors associated with the `Google GenAI` API.
"""