handlePsqlExceptionOrThrow

inline fun <R> handlePsqlExceptionOrThrow(psqlState: PSQLState, exception: () -> Throwable, block: () -> R): R