DevelGenerateException.php 210 B

123456789101112
  1. <?php
  2. namespace Drupal\devel_generate;
  3. use Drupal\Component\Plugin\Exception;
  4. /**
  5. * DevelGenerateException extending Generic Plugin exception class.
  6. */
  7. class DevelGenerateException extends \Exception {
  8. }