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