Skip to content

Commit

Permalink
fix: change CredentialsValidateFailedError to inherit from ValueError (
Browse files Browse the repository at this point in the history
…#11950)

Signed-off-by: -LAN- <laipz8200@outlook.com>
  • Loading branch information
laipz8200 authored Dec 22, 2024
1 parent c6a72de commit 10caab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/model_runtime/errors/validate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CredentialsValidateFailedError(Exception):
class CredentialsValidateFailedError(ValueError):
"""
Credentials validate failed error
"""
Expand Down

0 comments on commit 10caab1

Please # to comment.