Skip to main content
The Deno 2 Release Candidate is here
Learn more

panic

Functional way of throwing errors in JS/TS

usage

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