Function magnus::exception::no_mem_error

source ·
pub fn no_mem_error() -> ExceptionClass
Expand description

Return Ruby’s NoMemoryError class.

§Panics

Panics if called from a non-Ruby thread. See Ruby::exception_no_mem_error for the non-panicking version.