Class: FileNotFoundError
Error that is thrown whenever a file is not found.
Since
0.11.0
Hierarchy
-
↳
FileNotFoundError
Table of contents
Constructors
Properties
Constructors
constructor
• new FileNotFoundError(fileName
)
Parameters
Name | Type |
---|---|
fileName |
string |
Overrides
Defined in
kipper/config/src/errors.ts:25
Properties
message
• message: string
Inherited from
Defined in
kipper/config/src/errors.ts:13
meta
• Optional
meta: ConfigErrorMetaData
Inherited from
Defined in
kipper/config/src/errors.ts:14