CustomStackTraceError
An error that wraps an error with a custom stack trace.
Import:
import { CustomStackTraceError } from 'obsidian-dev-utils/error';Signature:
export class CustomStackTraceError extends ErrorExtends: Error
Constructor
new CustomStackTraceError(params: CustomStackTraceErrorConstructorParams)Creates a new CustomStackTraceError.
Links to this page: