TdFunctionException constructor

TdFunctionException({
  1. required TdError error,
  2. required TdFunction function,
})

Implementation

TdFunctionException({required this.error, required this.function});