Macro runtime_error

Source
macro_rules! runtime_error {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Helper macro for creating runtime errors