[][src]Macro eliza_error::throw

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

Throw an error with a message, returning early from the current function.