5 lines
86 B

'use strict';
require('../common');
// custom error throwing
throw ({ foo: 'bar' });