TdFunctionException constructor
TdFunctionException({
- required TdError error,
- required TdFunction function,
Implementation
TdFunctionException({required this.error, required this.function});