Concept Flow - Never type and unreachable code
Start function
Check all cases
If no return or throw
Return never type or unreachable
End function
The function checks all cases: either returns a value or calls a never-returning function that throws an error, so code after is unreachable.