mirror of
https://github.com/langgenius/dify.git
synced 2025-08-01 05:47:27 +00:00
11 lines
134 B
Python
11 lines
134 B
Python
![]() |
class MCPError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class MCPConnectionError(MCPError):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class MCPAuthError(MCPConnectionError):
|
||
|
pass
|