All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.misk.exceptions.dynamodb.DynamoDbExceptionMapperModule.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.23.154653-e3b43cd
Show newest version
package misk.exceptions.dynamodb

import com.amazonaws.http.timers.client.ClientExecutionTimeoutException
import com.amazonaws.services.dynamodbv2.model.TransactionCanceledException
import misk.inject.KAbstractModule
import misk.web.exceptions.ExceptionMapperModule

class DynamoDbExceptionMapperModule : KAbstractModule() {
  override fun configure() {
    install(
      ExceptionMapperModule.create()
    )
    install(
      ExceptionMapperModule.create()
    )
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy