ax_bail

Macro ax_bail 

Source
macro_rules! ax_bail {
    ($($t:tt)*) => { ... };
}
Expand description

Throws an error of type AxError with the given error code, optionally with a message.