<?php

namespace Drupal\Core\Extension;

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