Function rb_mod_syserr_fail_str

Source
pub unsafe extern "C" fn rb_mod_syserr_fail_str(
    mod_: VALUE,
    err: c_int,
    msg: VALUE,
) -> !
Expand description

Identical to rb_mod_syserr_fail, except it takes the message in Ruby’s String instead of C’s.

§@param[in] mod A ::rb_cModule instance. @param[in] err C level errno. @param[in] msg Additional message to raise. @exception rb_eSystemCallError An exception representing err. @note It never returns.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3