Skip to main content
Deno 2 is finally here 🎉️
Learn more

panic

Functional way of throwing errors in JS/TS

usage

panic("Oops, something went wrong");
panic(new Error("Unrecoverable error"));