"use strict"; const createError = require("create-error"); // TODO: Make nice module.exports = { NotFound: createError("NotFound") };