getExceptionContent

abstract fun getExceptionContent(message: String, t: Throwable?, extraContext: Map<String, Any?>): String(source)

Gets the message that would be sent by dispatchException.

Parameters

message

The message describing the context

t

An optional exception

extraContext

Additional context of the exception; can be empty