Expand description
Implementation of the default #[catch_panic] handler.
Functions§
- default_
handler #[catch_panic]’s default panic handler. This will rethrow all caught panics as javaRuntimeExceptions with the message passed topanic!.
Implementation of the default #[catch_panic] handler.
#[catch_panic]’s default panic handler. This
will rethrow all caught panics as java RuntimeExceptions
with the message passed to panic!.