InvalidDecoratedMethod.php
Same filename in other branches
Namespace
Drupal\Component\Plugin\ExceptionFile
-
core/
lib/ Drupal/ Component/ Plugin/ Exception/ InvalidDecoratedMethod.php
View source
<?php
namespace Drupal\Component\Plugin\Exception;
/**
* Thrown when a decorator's _call() method uses a method that does not exist.
*/
class InvalidDecoratedMethod extends \BadMethodCallException implements ExceptionInterface {
}
Classes
Title | Deprecated | Summary |
---|---|---|
InvalidDecoratedMethod | Thrown when a decorator's _call() method uses a method that does not exist. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.