提交 e3e7786b 编写于 作者: G Guillermo Iguaran

Improve wording in AC::ParameterMissing error message

上级 e474e47b
......@@ -17,7 +17,7 @@ class ParameterMissing < KeyError
def initialize(param) # :nodoc:
@param = param
super("param not found: #{param}")
super("param is missing or the value is empty: #{param}")
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册