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