Skip to main content

no_such_method

Function no_such_method 

Source
pub fn no_such_method(recv: &Value, method: &str) -> DogeError
Expand description

The error a method-call site raises when the receiver’s class has no such method. recv is an object at every real call site; the non-object branch is a defensive fallback that mirrors object_class_id.