'use strict'; const createError = require("create-error"); module.exports = { NotFoundError: createError("NotFoundError", {statusCode: 404}) };