UNPKG
gbox-errors
Version:
latest (2.3.9)
2.3.9
2.3.8
2.3.7
2.3.5
2.3.4
2.3.3
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Error handlers
gbox-errors
/
index.js
12 lines
(8 loc)
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
function
setUp
(config)
{
return
{
format
:
require
(
'./help/error'
), errorList :
require
(
'./help/Errors/400/errorList'
),
config
:
config
} }
module
.exports = setUp;