Bimba.git

ref: c6594b28ee7bff7c8c338de68a7fa9fa6209f63f

app/src/main/java/xyz/apiote/bimba/czwek/repo/TrafficResponseException.kt


1
2
3
4
5
6
package xyz.apiote.bimba.czwek.repo

import xyz.apiote.bimba.czwek.api.Error

class TrafficResponseException(code: Int, msg: String, val error: Error) :
	Exception("Error response with code $code: $msg")