kittinunf
fun wrap(it: Throwable, response: Response = Response.error()): FuelError = when (it) { is FuelError -> BubbleFuelError(it) else -> FuelError(it, response = response) }