[][src]Macro pgx_utils::exit_with_error

macro_rules! exit_with_error {
    () => { ... };
    ($msg:expr) => { ... };
    ($msg:expr,) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}