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