Feel Undefined Variable Exception
class FeelUndefinedVariableException(val variableName: String, val expression: String, val line: Int, val column: Int) : FeelException
Undefined variable reference.
Undefined variable reference.