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