Response Exception

open class ResponseException(var response: Response<*>?) : RuntimeException

Base class to throw Response Exception

Author

Jimly A.

Since

04-Jun-20.

Parameters

response

the response of API

Constructors

Link copied to clipboard
fun ResponseException(response: Response<*>?)

Properties

Link copied to clipboard
open var response: Response<*>?

Inheritors

Link copied to clipboard

Sources

Link copied to clipboard