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

@@ -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"
}
}