Macro ees::err[][src]

macro_rules! err {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}
Expand description

Construct an error on the fly