Function magnus::exception::range_error

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

Return Ruby’s RangeError class.

§Panics

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