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