Thrown when a decorator's _call() method uses a method that does not exist.
Expanded class hierarchy of InvalidDecoratedMethod
class InvalidDecoratedMethod extends \BadMethodCallException implements ExceptionInterface { }