UNPKG
bifcore-sdk-nodejs-bop
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
bifcore sdk nodejs
github.com/caict-4iot-dev/BIF-Core_SDK-JS
caict-4iot-dev/BIF-Core_SDK-JS
bifcore-sdk-nodejs-bop
/
lib
/
exception
/
index.js
7 lines
(5 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
const
merge =
require
(
'merge-descriptors'
)
const
proto =
module
.
exports
= {}
merge
(proto,
require
(
'./errors'
))
merge
(proto,
require
(
'./customErrors'
))