Edit File: exception-report.stub
<?php namespace {{ namespace }}; use Exception; class {{ class }} extends Exception { /** * Report the exception. * * @return bool|null */ public function report() { // } }
Back to File Manager