Class: FileError
June 6, 2026 ยท View on GitHub
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
Properties
filePath
readonlyfilePath:string
Defined in: errors.ts:85
The file path that caused the error
cause?
readonlyoptionalcause?:Error
Defined in: errors.ts:87
The original error
Overrides
CTRFError.cause