summaryrefslogtreecommitdiff
path: root/test/fixtures/errors/throw_custom_error.snapshot
blob: ba80020c897a329ed27d9fad190a16764b145fbf (plain)
1
2
3
4
5
6
7

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

Node.js *