Changed ProtonErrorException visibility to public.

This commit is contained in:
Neil Marietta 2020-11-17 16:49:56 +01:00
parent 2d3187d5e3
commit c4280ecf1b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ private fun <T> parseHttpError(
}
}
internal data class ProtonErrorException(
data class ProtonErrorException(
val response: Response,
val protonData: ApiResult.Error.ProtonData
) : IOException()