.env variables should be referenced with builtin ENV/environ function

This commit is contained in:
debugtalk
2018-11-16 12:29:02 +08:00
parent 5013861f74
commit e8d7f8e7c5
6 changed files with 36 additions and 2 deletions

View File

@@ -47,6 +47,9 @@ class FunctionNotFound(NotFoundError):
class VariableNotFound(NotFoundError):
pass
class EnvNotFound(NotFoundError):
pass
class ApiNotFound(NotFoundError):
pass