Macro ees::err[][src]

macro_rules! err {
    ($string:literal) => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Construct an error on the fly