This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
siwei
/
dify
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
refactor(api/variables): VariableError as a ValueError. (
#8554
)
-LAN-
il y a 8 mois
Parent
3af65b2f45
commit
ada9d408ac
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
api/core/app/segments/exc.py
+ 1
- 1
api/core/app/segments/exc.py
Voir le fichier
@@ -1,2 +1,2 @@
-class VariableError(
Exception
):
+class VariableError(
ValueError
):
pass