DataNotFoundException constructor

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

Returns the new instance of DataNotFoundException.

Implementation

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