'use strict'; require('../common'); // custom error throwing throw ({ name: 'MyCustomError', message: 'This is a custom message' });