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