Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
PluginException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\Component\Plugin\Exception\PluginException. | |
*/ | |
namespace Drupal\Component\Plugin\Exception; | |
/** | |
* Generic Plugin exception class to be thrown when no more specific class | |
* is applicable. | |
*/ | |
class PluginException extends \Exception implements ExceptionInterface { } |