Macro sqlite3_parser::custom_err

source ยท
macro_rules! custom_err {
    ($msg:literal $(,)?) => { ... };
    ($err:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Custom error constructor