# NotAFormulaError Class
Error thrown when the the provided string is not a valid formula, i.e does not start with "="
# Constructors
# constructor
+ new NotAFormulaError(): NotAFormulaError
Defined in src/errors.ts:47 (opens new window)
Returns: NotAFormulaError
# Properties
# message
• message: string
# name
• name: string
# stack Optional
• stack? : undefined | string
# Error Static
▪ Error: ErrorConstructor