Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 1021 Bytes

File metadata and controls

67 lines (34 loc) · 1021 Bytes

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