Function sentry::integrations::panic::message_from_panic_info
source ยท pub fn message_from_panic_info<'a>(info: &'a PanicHookInfo<'_>) -> &'a str
Expand description
Extract the message of a panic.
pub fn message_from_panic_info<'a>(info: &'a PanicHookInfo<'_>) -> &'a str
Extract the message of a panic.