NamedExpressionDoesNotExistError
Error thrown when the given named expression does not exist.
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new NamedExpressionDoesNotExistError(expressionName: string): NamedExpressionDoesNotExistError
Defined in src/errors.ts:101
Parameters:
| Name | Type |
|---|---|
expressionName | string |
Returns: NamedExpressionDoesNotExistError
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor