1.0.2 • Published 4 years ago

mares-mongoose-error v1.0.2

Weekly downloads
20
License
-
Repository
-
Last release
4 years ago

mares-mongoose-error

mongoose error, 반드시

Installation

npm install --save mares-mongoose-error

Examples

const MaresMongooseError = require('mares-mongoose-error')
try {
    //todo mongoose method call
} catch (e) {
    throw new MaresMongooseError(e)  
}