UNPKG

317 BTypeScriptView Raw
1import type { Mechanism } from './mechanism';
2import type { Stacktrace } from './stacktrace';
3/** JSDoc */
4export interface Exception {
5 type?: string;
6 value?: string;
7 mechanism?: Mechanism;
8 module?: string;
9 thread_id?: number;
10 stacktrace?: Stacktrace;
11}
12//# sourceMappingURL=exception.d.ts.map
\No newline at end of file