This commit is contained in:
2023-04-06 21:14:36 +02:00
parent a7e66ab8b5
commit 1af34366fc
8 changed files with 12 additions and 12 deletions

View File

@@ -9,8 +9,8 @@ import com.github.jasync.sql.db.postgresql.PostgreSQLConnectionBuilder
import com.github.jasync.sql.db.util.length
import fr.postgresjson.serializer.Serializer
import fr.postgresjson.utils.LoggerDelegate
import kotlin.jvm.Throws
import org.slf4j.Logger
import kotlin.jvm.Throws
import kotlin.random.Random
import kotlin.reflect.full.hasAnnotation

View File

@@ -1,6 +1,6 @@
package fr.postgresjson.connexion
class DataNotFoundException(val queryExecuted: String): Exception() {
class DataNotFoundException(val queryExecuted: String) : Exception() {
override val message: String
get() = "No data return for the query"
}
}

View File

@@ -1,3 +1,3 @@
package fr.postgresjson.connexion
sealed interface Executable
sealed interface Executable