init laravel-modules-template
This commit is contained in:
7
stubs/nwidart-stubs/exception.stub
Normal file
7
stubs/nwidart-stubs/exception.stub
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace $CLASS_NAMESPACE$;
|
||||
|
||||
use Exception;
|
||||
|
||||
class $CLASS$ extends Exception {}
|
Reference in New Issue
Block a user