This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
siwei
/
dify
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
refactor(api/variables): VariableError as a ValueError. (
#8554
)
-LAN-
hai 8 meses
pai
3af65b2f45
achega
ada9d408ac
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
api/core/app/segments/exc.py
+ 1
- 1
api/core/app/segments/exc.py
Ver ficheiro
@@ -1,2 +1,2 @@
-class VariableError(
Exception
):
+class VariableError(
ValueError
):
pass