RDClientNotFound constructor

RDClientNotFound([
  1. String? code,
  2. String? message,
  3. String? description
])

Implementation

RDClientNotFound([String? code, String? message, String? description])
    : super(code, message, description);