com.tianyisoft.database.exceptions.MultipleRecordsFoundException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querybuilder Show documentation
Show all versions of querybuilder Show documentation
A query builder from laravel
The newest version!
package com.tianyisoft.database.exceptions
open class MultipleRecordsFoundException(count: Int) : RuntimeException("$count records were found.")