File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class ApiInternClient(
48
48
mapper = { body, _ -> DefaultJsonMapper .fromJson(body) })
49
49
)
50
50
} catch (e: Exception ) {
51
- throw Exception (" Feil ved forsøk på å hente Medium fra api-intern: ${e.message} " )
51
+ throw Exception (" Feil ved forsøk på å hente Medium fra api-intern" , e )
52
52
}
53
53
}
54
54
@@ -71,7 +71,7 @@ class ApiInternClient(
71
71
mapper = { body, _ -> DefaultJsonMapper .fromJson(body) })
72
72
)
73
73
} catch (e: Exception ) {
74
- throw Exception (" Feil ved forsøk på å hente Maksimum fra api-intern: ${e.message} " )
74
+ throw Exception (" Feil ved forsøk på å hente Maksimum fra api-intern" , e )
75
75
}
76
76
}
77
77
@@ -94,7 +94,7 @@ class ApiInternClient(
94
94
mapper = { body, _ -> DefaultJsonMapper .fromJson(body) })
95
95
)
96
96
} catch (e: Exception ) {
97
- throw Exception (" Feil ved forsøk på å hente Perioder fra api-intern: ${e.message} " )
97
+ throw Exception (" Feil ved forsøk på å hente Perioder fra api-intern" , e )
98
98
}
99
99
}
100
100
}
You can’t perform that action at this time.
0 commit comments