Skip to content

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 Error

Extends: Error

Constructor

new CustomStackTraceError(params: CustomStackTraceErrorConstructorParams)

Creates a new CustomStackTraceError.


Links to this page: