TW-2835 Add right exception thrower for database operation of AuthenticationOIDCDatasource

This commit is contained in:
Dat PHAM HOANG
2024-05-06 17:44:46 +07:00
committed by Dat H. Pham
parent 7755fc30e2
commit 79765414d5
4 changed files with 147 additions and 5 deletions
@@ -78,6 +78,7 @@ class CredentialBindings extends InteractorsBindings {
Get.find<TokenOidcCacheManager>(),
Get.find<OidcConfigurationCacheManager>(),
Get.find<RemoteExceptionThrower>(),
Get.find<CacheExceptionThrower>(),
));
}