mirror of
https://github.com/langgenius/dify.git
synced 2026-05-31 10:00:49 -04:00
7 lines
114 B
Python
7 lines
114 B
Python
class CredentialsValidateFailedError(ValueError):
|
|
"""
|
|
Credentials validate failed error
|
|
"""
|
|
|
|
pass
|