UserDataServiceDependOnAuthServiceException constructor

UserDataServiceDependOnAuthServiceException()

Implementation

UserDataServiceDependOnAuthServiceException()
    : super(
        'the _authService.authDbProvider in userDataService does\'nt match any of the userDataServiceDbProviders, please check your userDataDbProviders',
        ErrorCodes.userDataAuthService,
      );