CustomStackTraceErrorConstructorParams
Parameters for the CustomStackTraceError constructor.
Import:
import type { CustomStackTraceErrorConstructorParams } from 'obsidian-dev-utils/error';Signature:
export interface CustomStackTraceErrorConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| cause | unknown | The cause of the error. |
| message | string | The message of the error. |
| stackTrace | string | The stack trace of the error. |