mrb_exc_get_id

Function mrb_exc_get_id 

Source
pub unsafe extern "C" fn mrb_exc_get_id(
    mrb: *mut mrb_state,
    name: mrb_sym,
) -> *mut RClass
Expand description

Gets a exception class. @param mrb The current mruby state. @param name The name of the class. @return [struct RClass *] A reference to the class.