Class: InvalidPathError
Error that is thrown whenever an invalid path is encountered.
Since
0.11.0
Hierarchy
-
↳
InvalidPathError
Table of contents
Constructors
Properties
Constructors
constructor
• new InvalidPathError(fileName
, details
)
Parameters
Name | Type |
---|---|
fileName |
string |
details |
string |
Overrides
Defined in
kipper/config/src/errors.ts:35
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