node/test/message/throw_custom_error.out

6 lines
159 B
Plaintext

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