migrate to gtea from bistbucket
This commit is contained in:
13
public/restaurant/stubs/nwidart-stubs/exception-report.stub
Normal file
13
public/restaurant/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