Function magnus::exception::float_domain_error

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

Return Ruby’s FloatDomainError class.

§Panics

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