Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
InfoParserException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\Core\Extension\InfoParserException. | |
*/ | |
namespace Drupal\Core\Extension; | |
/** | |
* An exception thrown by the InfoParser class whilst parsing info.yml files. | |
*/ | |
class InfoParserException extends \RuntimeException { | |
} |