SilentError
An error that is not printed to the console.
Import:
import { SilentError } from 'obsidian-dev-utils/error';Signature:
export class SilentError extends ErrorExtends: Error
Constructor
new SilentError(message: string)Creates a new SilentError.