InfoParserException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\ExtensionFile
core/lib/Drupal/Core/Extension/InfoParserException.phpView source
<?php
namespace Drupal\Core\Extension;
/**
* An exception thrown by the InfoParser class whilst parsing info.yml files.
*/
class InfoParserException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
InfoParserException | An exception thrown by the InfoParser class whilst parsing info.yml files. |