Source code for ragflow_async_sdk.exceptions.config

# Copyright 2026 Oliver
# Licensed under the Apache License, Version 2.0
# See LICENSE file for details.

from .base import RAGFlowError


[docs] class RAGFlowConfigError(RAGFlowError): """Invalid SDK configuration."""