Skip to content
InfoParserException.php 183 B
Newer Older
<?php

namespace Drupal\Core\Extension;

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