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

com.tianyisoft.database.exceptions.MultipleRecordsFoundException.kt Maven / Gradle / Ivy

The newest version!
package com.tianyisoft.database.exceptions

open class MultipleRecordsFoundException(count: Int) : RuntimeException("$count records were found.")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy