webui / langchain /storage /exceptions.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
179 Bytes
from langchain_core.exceptions import LangChainException
class InvalidKeyException(LangChainException):
"""Raised when a key is invalid; e.g., uses incorrect characters."""