Function magnus::exception::no_method_error

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

Return Ruby’s NoMethodError class.

§Panics

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