UNPKG

mongostate

Version:

Data state machine. Support transaction in mongoose.

9 lines (8 loc) 169 B
class MError extends Error { constructor (message, type) { super(message); this.type = type; this.wrongdoer = 'mongostate'; } } module.exports = MError;