Skip to content

Commit

Permalink
added errorHandler for a future use
Browse files Browse the repository at this point in the history
  • Loading branch information
devintegral4 committed May 21, 2020
1 parent 5982cb2 commit d2ee29e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions errorHandler/errorHandler.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

// it is assumed that in future all errors will be handled via this class
class ErrorHandler {

}

module.exports = ErrorHandler;

0 comments on commit d2ee29e

Please sign in to comment.