@trust/model
Version:
A PouchDB adapter for the json-document modelling framework.
22 lines (19 loc) • 417 B
JavaScript
/**
* Module Dependencies
* @ignore
*/
const OperationError = require('./OperationError')
const InvalidConfigurationError = require('./InvalidConfigurationError')
const ValidationError = require('./ValidationError')
const InternalError = require('./InternalError')
/**
* Exports
* @ignore
*/
module.exports = {
OperationError,
InvalidConfigurationError,
ValidationError,
InternalError,
}