DEV Community

Discussion on: Central Error Handling in Express

Collapse
 
hirengohil13 profile image
Hiren Gohil

ReferenceError: ErrorHandler is not defined

const { handleError, ErrorHandler } = require('./helpers/error')
Imported ErrorHandler but not used into Index file.