summaryrefslogtreecommitdiff
path: root/test/message/throw_custom_error.out
blob: a1fa8c6c5b71ffdc3dba0b38b9def396bcc8608f (plain)
1
2
3
4
*test*message*throw_custom_error.js:*
throw ({ name: 'MyCustomError', message: 'This is a custom message' });
^
{ name: 'MyCustomError', message: 'This is a custom message' }