Reply to 951097660907442177
You can throw undefined
, btw.
I personally think you should always throw an Error instance. Technically this is superfluous, since everywhere you catch it, you know you have an error.
But: Errors have attached stack traces. So it's easier to debug.