summaryrefslogtreecommitdiff
path: root/test/message/throw_custom_error.out
blob: e8c9903a3ab2e389e6f416a54e9bbc191d36ee79 (plain)
1
2
3
4
5
6
before

*test*message*throw_custom_error.js:31
throw ({ name: 'MyCustomError', message: 'This is a custom message' });
^
MyCustomError: This is a custom message