Skip to content

Commit

Permalink
Henge på stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
boerta committed Dec 13, 2024
1 parent 6b8359e commit a4a84d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ReservasjonV3Repository(
} else if (e.sqlState == "23503" && e.message!!.contains("fk_reservasjon_v3_01")) {
throw IllegalArgumentException("Saksbehandler med id ${reservasjonV3.reservertAv} finnes ikke")
} else {
log.error("PSQLEXception, uventet feilkode: ${e.sqlState}")
log.error("PSQLEXception, uventet feilkode: ${e.sqlState}, e")
throw e
}
}
Expand Down

0 comments on commit a4a84d4

Please sign in to comment.