local errors = {} local ZD = require('./../init.lua')() errors.onRequest = function(url, cb) local v = tonumber(url.get.code) or 700 cb(ZD.htmlError(v), "text/html") end return errors