A class that extends Error and adds a type property and a handled flag.
Error
type
handled
Starts with "I" to avoid conflict with built-in Error type.
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
Generated using TypeDoc
A class that extends
Error
and adds atype
property and ahandled
flag.Starts with "I" to avoid conflict with built-in Error type.