Class: InvalidVersionSyntaxError
Error that is thrown whenever the syntax for a version is invalid.
Since
0.11.0
Hierarchy
-
↳
InvalidVersionSyntaxError
Table of contents
Constructors
Properties
Constructors
constructor
• new InvalidVersionSyntaxError(provided
, meta
)
Parameters
Name | Type |
---|---|
provided |
string |
meta |
ConfigErrorMetaData |
Overrides
ConfigInterpreterError.constructor
Defined in
kipper/config/src/errors.ts:115
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