Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\Component\Plugin\Exception\ExceptionInterface. | |
*/ | |
namespace Drupal\Component\Plugin\Exception; | |
/** | |
* Exception interface for all exceptions thrown by the Plugin component. | |
*/ | |
interface ExceptionInterface { } |