RetryLaterException

fun RetryLaterException(    message: String?,     cause: Throwable? = null,     killBot: Boolean = false)