You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the output, you can observe that `getTemperature()` throws an exception.
this is not true; from the output it is known only that getWeatherReport function threw an exception - only looking at the source code we know that it was getTemperature() as the throwing of the exception is hard coded
The text was updated successfully, but these errors were encountered:
https://developer.android.com/codelabs/basic-android-kotlin-compose-coroutines-kotlin-playground?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-5-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-coroutines-kotlin-playground#3
this is not true; from the output it is known only that
getWeatherReport
function threw an exception - only looking at the source code we know that it wasgetTemperature()
as the throwing of the exception is hard codedThe text was updated successfully, but these errors were encountered: