issues
search
jkanschik
/
node-eip
Implementation of the Enterprise Integration Patterns (EIP) for node.js
6
stars
2
forks
source link
Finalize error handling
#15
Open
jkanschik
opened
12 years ago
jkanschik
commented
12 years ago
Catch all exceptions using process.on('uncaughtException') and derive the route and processor from stacktrace
See also
http://stackoverflow.com/questions/7310521/node-js-best-practice-exception-handling
Change documentation accordingly.
jkanschik
commented
12 years ago
Done. route/processor can't be derived from stacktrace, simply not available. Exception is sent to "globalErrorRoute".