Options
All
  • Public
  • Public/Protected
  • All
Menu

The error thrown when a file is not found in the virtual filesystem. This is only thrown by .check().

Hierarchy

  • Error
    • VirtualFileNotFound

Index

Constructors

constructor

Properties

[Symbol.toStringTag]

[Symbol.toStringTag]: "VirtualFileNotFound"

Preserve the class name across minification.

message

message: string

name

name: string

Optional stack

stack: string

Optional Static prepareStackTrace

prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

see

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

Type declaration

    • (err: Error, stackTraces: CallSite[]): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

Static stackTraceLimit

stackTraceLimit: number

Methods

Static captureStackTrace

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void

Generated using TypeDoc