Initial Drupal 11 with DDEV setup
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Drupal\devel_generate;
|
||||
|
||||
/**
|
||||
* DevelGenerateException extending Generic Plugin exception class.
|
||||
*/
|
||||
class DevelGenerateException extends \Exception {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user