OutOfRangeFunctionArgumentListException constructor

const OutOfRangeFunctionArgumentListException(
  1. String func
)

Creates a new Out Of Range Function Argument List Exception

Implementation

const OutOfRangeFunctionArgumentListException(this.func);