Source code for ragflow_async_sdk.exceptions.base

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

[docs] class RAGFlowError(Exception): """Base exception for RAGFlow Async SDK."""