DevelGenerateException.php

Same filename and directory in other branches
  1. 5.x devel_generate/src/DevelGenerateException.php

Namespace

Drupal\devel_generate

File

devel_generate/src/DevelGenerateException.php

View source
<?php

namespace Drupal\devel_generate;


/**
 * DevelGenerateException extending Generic Plugin exception class.
 */
class DevelGenerateException extends \Exception {

}

Classes

Title Deprecated Summary
DevelGenerateException DevelGenerateException extending Generic Plugin exception class.