Personally for me, `Result<Data, NetworkExcepti...
# kotlin-fuel
k
Personally for me,
Result<Data, NetworkException>
and
Result<Data, FileNotFoundException>
are different and it should be treated like so