Uwais Alqadri

Results 1 comments of Uwais Alqadri

I am currently using something like this: ``` extension Error { var apiError: ApiError? { (self as NSError).userInfo["KotlinException"] as? ApiError } } ```