PATH:
home
/
cardxfeb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Console
/
stubs
/
Editing: exception-report.stub
<?php namespace {{ namespace }}; use Exception; class {{ class }} extends Exception { /** * Report the exception. */ public function report(): void { // } }
SAVE
CANCEL