Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Extension/InfoParserException.php \Drupal\Core\Extension\InfoParserException
  2. 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
BaseThemeMissingTest.php in core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php
ModulesListForm.php in core/modules/system/src/Form/ModulesListForm.php

File

core/lib/Drupal/Core/Extension/InfoParserException.php, line 8

Namespace

Drupal\Core\Extension
View source
class InfoParserException extends \RuntimeException {

}

Members