mirror of
https://github.com/hwchase17/langchain
synced 2024-11-11 19:11:02 +00:00
5 lines
136 B
Python
5 lines
136 B
Python
|
class GoogleGenerativeAIError(Exception):
|
||
|
"""
|
||
|
Custom exception class for errors associated with the `Google GenAI` API.
|
||
|
"""
|