Skip to content

SilentError

An error that is not printed to the console.

Import:

import { SilentError } from 'obsidian-dev-utils/error';

Signature:

export class SilentError extends Error

Extends: Error

Constructor

new SilentError(message: string)

Creates a new SilentError.