ApiException

fun ApiException(message: String?)

Create an instance of this class with the given message

Parameters

message

The message for the exception


fun ApiException(throwable: Throwable)

Create an instance of this class with the given throwable

Parameters

throwable

The throwable for the exception