mirror of
https://github.com/langgenius/dify.git
synced 2026-06-18 21:29:46 +08:00
0ded6303c1
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
15 lines
183 B
Python
15 lines
183 B
Python
class MCPError(Exception):
|
|
pass
|
|
|
|
|
|
class MCPConnectionError(MCPError):
|
|
pass
|
|
|
|
|
|
class MCPAuthError(MCPConnectionError):
|
|
pass
|
|
|
|
|
|
class MCPRefreshTokenError(MCPError):
|
|
pass
|