InvalidDeriverException.php in Plug 7
Namespace
Drupal\Component\Plugin\ExceptionFile
lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.phpView source
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\InvalidDeriverException.
*/
namespace Drupal\Component\Plugin\Exception;
/**
* Exception to be thrown if a plugin tries to use an invalid deriver.
*/
class InvalidDeriverException extends PluginException {
}
Classes
Name | Description |
---|---|
InvalidDeriverException | Exception to be thrown if a plugin tries to use an invalid deriver. |