pub fn no_such_method(recv: &Value, method: &str) -> DogeErrorExpand 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.