get Exception Content
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
extra Context
Additional context of the exception; can be empty