### [Codacy](https://app.codacy.com/gh/Safetorun/safe_to_run/commit?cid=690174207) detected an issue: #### Message: `The function throwApiException is missing documentation.` #### Occurred on: + **Commit**: 017f84adb7eb1fff98dc6db05bb334290e3586d1 + **File**: [safeToRun/src/main/java/com/safetorun/api/ApiException.kt](https://github.com/Safetorun/safe_to_run/blob/017f84adb7eb1fff98dc6db05bb334290e3586d1/safeToRun/src/main/java/com/safetorun/api/ApiException.kt) + **LineNum**: [11](https://github.com/Safetorun/safe_to_run/blob/017f84adb7eb1fff98dc6db05bb334290e3586d1/safeToRun/src/main/java/com/safetorun/api/ApiException.kt#L11) + **Code**: `fun throwApiException(message: String): ApiException = ApiException(message)` #### Currently on: + **Commit**: a09189bdbbecc16acd802db43fa26d3ad67c0682 + **File**: [safeToRun/src/main/java/com/safetorun/api/ApiException.kt](https://github.com/Safetorun/safe_to_run/blob/a09189bdbbecc16acd802db43fa26d3ad67c0682/safeToRun/src/main/java/com/safetorun/api/ApiException.kt) + **LineNum**: [11](https://github.com/Safetorun/safe_to_run/blob/a09189bdbbecc16acd802db43fa26d3ad67c0682/safeToRun/src/main/java/com/safetorun/api/ApiException.kt#L11)
Codacy detected an issue:
Message:
The function throwApiException is missing documentation.Occurred on:
fun throwApiException(message: String): ApiException = ApiException(message)Currently on: