On the [Process event `'uncaughtException'` documentation](https://iojs.org/api/process.html#process_event_uncaughtexception), you are pointed to use domains instead for exception handling. Given that the domain module is pending deprecation, an alternative solution should be documented.