UNPKG

xpg

Version:

a module to help auto generating correct structure of rest services in express (model-view-controller-service).

4 lines (3 loc) 119 B
const BaseError = require('./BaseError') const ApiError = require('./ApiError') module.exports = {BaseError, ApiError}