Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created September 27, 2013 05:25
Show Gist options
  • Select an option

  • Save wilmoore/6724506 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/6724506 to your computer and use it in GitHub Desktop.
try {
throw { name: 'error', message: 'hello' }
} catch (e) {
console.log('caught this:', e.message)
}
//=> caught this: hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment