toRdevException method

RdevException toRdevException()

Implementation

RdevException toRdevException() {
  return RdevException(
    message: message,
    code: rdevCode,
    stackTrace: this.stackTrace,
  );
}