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\MapperExceptionInterface. | |
| * | |
| * Base exception interface for grouping mapper exceptions. | |
| */ | |
| namespace Drupal\Component\Plugin\Exception; | |
| /** | |
| * Extended interface for exceptions thrown specifically by the Mapper subsystem | |
| * within the Plugin component. | |
| */ | |
| interface MapperExceptionInterface extends ExceptionInterface { } |