UndefinedVariableException constructor

const UndefinedVariableException(
  1. String name
)

Created a new Undefined Variable Exception

Implementation

const UndefinedVariableException(this.name);