Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
InvalidDeriverException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?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 { } |