芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/facade/ignition/src/Middleware/AddExceptionInformation.php
getThrowable(); if (! $throwable instanceof QueryException) { return $next($report); } $report->group('exception', [ 'raw_sql' => $throwable->getSql(), ]); return $next($report); } }