UNPKG

@trust/model

Version:

A PouchDB adapter for the json-document modelling framework.

20 lines (16 loc) 230 B
'use strict' /** * InternalError * @ignore */ class InternalError extends Error { constructor (message, stack) { super(message) this.stack = stack } } /** * Exports * @ignore */ module.exports = InternalError