You are here

InfoParserException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Extension/InfoParserException.php

File

core/lib/Drupal/Core/Extension/InfoParserException.php
View source
<?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 {

}

Classes

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