UNPKG

@nebulae/backend-node-tools

Version:

Tools collection for NebulaE Microservices Node Backends

10 lines (7 loc) 206 B
"use strict"; const { CustomError, INTERNAL_SERVER_ERROR_CODE, PERMISSION_DENIED } = require("./CustomError"); module.exports = { CustomError, INTERNAL_SERVER_ERROR_CODE, PERMISSION_DENIED };