UndefinedFunctionException constructor

const UndefinedFunctionException(
  1. String name
)

Created a new Undefined Function Exception

Implementation

const UndefinedFunctionException(this.name);