Macro ::std::panic!(..)
Cause a vm panic with a formatted message.
A panic in Rune causes the current execution to unwind and terminate. The panic will not be propagated into Rust, but will instead be signatted through a VmError
.
Cause a vm panic with a formatted message.
A panic in Rune causes the current execution to unwind and terminate. The panic will not be propagated into Rust, but will instead be signatted through a VmError
.