class InvalidDecoratedMethod in Plug 7
Exception thrown when a decorator's _call() method is triggered, but the decorated object does not contain the requested method.
Hierarchy
- class \Drupal\Component\Plugin\Exception\InvalidDecoratedMethod extends \BadMethodCallException implements ExceptionInterface
Expanded class hierarchy of InvalidDecoratedMethod
File
- lib/
Drupal/ Component/ Plugin/ Exception/ InvalidDecoratedMethod.php, line 16 - Contains \Drupal\Component\Plugin\Exception\InvalidDecoratedMethod.
Namespace
Drupal\Component\Plugin\ExceptionView source
class InvalidDecoratedMethod extends BadMethodCallException implements ExceptionInterface {
}