Skip to main content

throw

Macro throw 

Source
macro_rules! throw {
    ($kind:expr, $msg:expr) => { ... };
}
Expand description

Macro replacement for Ipopt’s THROW_EXCEPTION(kind, msg). Produces a Result::Err(SolverException) using file!()/line!().