mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
before
|
|
|
|
*test*message*throw_custom_error.js:31
|
|
throw ({ name: 'MyCustomError', message: 'This is a custom message' });
|
|
^
|
|
MyCustomError: This is a custom message
|