Files
Kmake/test/fixtures/errors/throw_custom_error.snapshot

8 lines
174 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
*throw_custom_error.js:*
throw ({ name: 'MyCustomError', message: 'This is a custom message' });
^
{ name: 'MyCustomError', message: 'This is a custom message' }
Node.js *