Yes, I guess that existing code will do.
I was confused in the terminology thinking method not found would be displayed if a method that does not exist at all was invoked,
where the case for a 'not implemented yet' error would be when a method that does exist, but has been not built yet. I was thinking from previous experiences where enthustiac QA testing teams would tear apart a product release and build a huge list of errors, which included the parts that were known in advance as not having been implemented in this phase yet, so they aren't really 'new deficiencies'... Or for situations when a developer new to working with a framework, might have learning curve trying to work with another open source project, where it also is a work in progress, and might be frustrating if a method does exist, but just doesn't work yet because it isn't completely baked yet in the implementation.
But I guess too that the additional message for that amount of selectivity is kind of too much detail, and that the exiting not exist / not available error should be good then.,