runtime_error

Macro runtime_error 

Source
macro_rules! runtime_error {
    ($($arg:tt)*) => { ... };
}