Class: FileError

June 6, 2026 ยท View on GitHub

CTRF


CTRF / FileError

Class: FileError

Defined in: errors.ts:83

Extends

Constructors

Constructor

new FileError(message, filePath, cause?): FileError

Defined in: errors.ts:89

Parameters

message

string

filePath

string

cause?

Error

Returns

FileError

Overrides

CTRFError.constructor

Properties

filePath

readonly filePath: string

Defined in: errors.ts:85

The file path that caused the error


cause?

readonly optional cause?: Error

Defined in: errors.ts:87

The original error

Overrides

CTRFError.cause