class InfoParserException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Extension/InfoParserException.php \Drupal\Core\Extension\InfoParserException
An exception thrown by the InfoParser class whilst parsing info.yml files.
Hierarchy
- class \Drupal\Core\Extension\InfoParserException extends \Drupal\Core\Extension\RuntimeException
Expanded class hierarchy of InfoParserException
2 files declare their use of InfoParserException
- InfoParserUnitTest.php in core/
tests/ Drupal/ Tests/ Core/ Extension/ InfoParserUnitTest.php - ModulesListForm.php in core/
modules/ system/ src/ Form/ ModulesListForm.php
File
- core/
lib/ Drupal/ Core/ Extension/ InfoParserException.php, line 8
Namespace
Drupal\Core\ExtensionView source
class InfoParserException extends \RuntimeException {
}