mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
11 lines
179 B
Python
11 lines
179 B
Python
class TriggerProviderCredentialValidationError(ValueError):
|
|
pass
|
|
|
|
|
|
class TriggerInvokeError(Exception):
|
|
pass
|
|
|
|
|
|
class TriggerIgnoreEventError(TriggerInvokeError):
|
|
pass
|