AuthDataServiceException.fromRdevException constructor

AuthDataServiceException.fromRdevException(
  1. RdevException rdevException
)

Implementation

AuthDataServiceException.fromRdevException(
  RdevException rdevException,
) : super(
        message: rdevException.message,
        code: rdevException.code,
        stackTrace: rdevException.stackTrace,
      );