You are here

InfoParserException.php in Drupal 8

File

core/lib/Drupal/Core/Extension/InfoParserException.php
View source
<?php

namespace Drupal\Core\Extension;


/**
 * An exception thrown by the InfoParser class whilst parsing info.yml files.
 */
class InfoParserException extends \RuntimeException {

}

Classes

Namesort descending Description
InfoParserException An exception thrown by the InfoParser class whilst parsing info.yml files.