InvalidDeriverException.php
Same filename in other branches
Namespace
Drupal\Component\Plugin\ExceptionFile
-
core/
lib/ Drupal/ Component/ Plugin/ Exception/ InvalidDeriverException.php
View source
<?php
namespace Drupal\Component\Plugin\Exception;
/**
* Exception to be thrown if a plugin tries to use an invalid deriver.
*/
class InvalidDeriverException extends PluginException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
InvalidDeriverException | Exception to be thrown if a plugin tries to use an invalid deriver. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.