type alias UncaughtExceptionListener
Usage in Deno
```typescript import { type UncaughtExceptionListener } from "node:node__process.d.ts"; ```(error: Error,origin: UncaughtExceptionOrigin,) => void
(error: Error,origin: UncaughtExceptionOrigin,) => void