Exception thrown when a decorator's _call() method is triggered, but the decorated object does not contain the requested method.
Expanded class hierarchy of InvalidDecoratedMethod
class InvalidDecoratedMethod extends BadMethodCallException implements ExceptionInterface {
}