multiversx_sc_wasm_adapter::panic

Function panic_fmt_with_message

Source
pub fn panic_fmt_with_message(panic_info: &PanicInfo<'_>) -> !
Expand description

Panic handler that formats and sends the original message.

Mostly used for debugging, the additional code is normally not deemed to be worth it.