PendingException constructor

PendingException(
  1. String message,
  2. BaseResponse response, [
  3. String? body
])

Returns the new instance of PendingException.

Implementation

PendingException(super.message, super.response, [super.body]);