Skip to main content
Version: 2.0.0-beta.19 🚧

Class: FileNotTrackedError

docusaurus-utils/lib.FileNotTrackedError

Custom error thrown when the current file is not tracked by git.

Hierarchy

  • Error

    FileNotTrackedError

Constructors

constructor

new FileNotTrackedError(message?)

Parameters

NameType
message?string

Inherited from

Error.constructor

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1028

new FileNotTrackedError(message?, options?)

Parameters

NameType
message?string
options?ErrorOptions

Inherited from

Error.constructor

Defined in

node_modules/typescript/lib/lib.es2022.error.d.ts:30