InvalidRequestException

fun InvalidRequestException(message: String?)

Create an instance of this class with the given message

Parameters

message

The message for the exception


fun InvalidRequestException(throwable: Throwable)

Create an instance of this class with the given throwable

Parameters

throwable

The throwable for the exception