CustomDioException constructor

CustomDioException(
  1. dynamic data,
  2. int code
)

Implementation

CustomDioException(this.data, this.code);