InfoParserException.php 183 B

123456789
  1. <?php
  2. namespace Drupal\Core\Extension;
  3. /**
  4. * An exception thrown by the InfoParser class whilst parsing info.yml files.
  5. */
  6. class InfoParserException extends \RuntimeException {
  7. }