Files
Kmake/test/fixtures/errors/throw_custom_error.snapshot
2026-05-26 23:36:42 -07:00

8 lines
174 B
Plaintext

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