rb_throw_obj

Function rb_throw_obj 

Source
pub unsafe extern "C" fn rb_throw_obj(tag: VALUE, val: VALUE) -> !
Expand description

Identical to rb_throw, except it allows arbitrary Ruby object to become a tag.

ยง@param[in] tag Arbitrary object. @param[in] val Value to throw. @exception [rb_eUncughtThrow] There is no corresponding catch clause. @note It never returns.

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