MessageNotSentException
class MessageNotSentException @JvmOverloads constructor(val msg: Message, cause: Throwable? = null) : RuntimeException
Thrown to indicate that the msg was not sent.
Thrown to indicate that the msg was not sent.