Documentation for this module may be created at Module:Sandbox/Dalba/test1/doc

local p = {}

function p.main()
	error('err-msg')
end

return p