_error

Macro _error 

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

Constructs an SsrError taking arguments like the format macro.