Module:User:Njardarlogar/error

This is a private module sandbox of Njardarlogar, for their own experimentation. Items in this module may be added and removed at Njardarlogar's discretion; do not rely on this module's stability.


local p = {}
 
function p.main()
    error('<text>', 0)
end
 
return p