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

commonMain.app.cash.sqldelight.db.OptimisticLockException.kt Maven / Gradle / Ivy

The newest version!
package app.cash.sqldelight.db

class OptimisticLockException(message: String?, cause: Throwable? = null) :
  IllegalStateException(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy