class InvalidDeriverException
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php \Drupal\Component\Plugin\Exception\InvalidDeriverException
- 8.9.x core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php \Drupal\Component\Plugin\Exception\InvalidDeriverException
- 10 core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php \Drupal\Component\Plugin\Exception\InvalidDeriverException
Exception to be thrown if a plugin tries to use an invalid deriver.
Hierarchy
- class \Drupal\Component\Plugin\Exception\PluginException extends \Drupal\Component\Plugin\Exception\Exception implements \Drupal\Component\Plugin\Exception\ExceptionInterface
- class \Drupal\Component\Plugin\Exception\InvalidDeriverException extends \Drupal\Component\Plugin\Exception\PluginException
Expanded class hierarchy of InvalidDeriverException
2 files declare their use of InvalidDeriverException
- DerivativeDiscoveryDecorator.php in core/
lib/ Drupal/ Component/ Plugin/ Discovery/ DerivativeDiscoveryDecorator.php - DerivativeDiscoveryDecoratorTest.php in core/
tests/ Drupal/ Tests/ Core/ Plugin/ Discovery/ DerivativeDiscoveryDecoratorTest.php
File
-
core/
lib/ Drupal/ Component/ Plugin/ Exception/ InvalidDeriverException.php, line 8
Namespace
Drupal\Component\Plugin\ExceptionView source
class InvalidDeriverException extends PluginException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.