class InvalidDecoratedMethod

Exception thrown when a decorator's _call() method is triggered, but the decorated object does not contain the requested method.

Hierarchy

Expanded class hierarchy of InvalidDecoratedMethod

File

drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php, line 17
Definition of Drupal\Core\Plugin\Exception\InvalidDecoratedMethod.

Namespace

Drupal\Component\Plugin\Exception
View source
class InvalidDecoratedMethod extends BadMethodCallException implements ExceptionInterface {

}

Members