/home/techb158/dev.balacoffee.com/vendor/facade/ignition/src/Middleware
NameSizeModeActions
AddDumps.php5110644editdlrm
AddEnvironmentInformation.php5230644editdlrm
AddExceptionInformation.php4900644editdlrm
AddGitInformation.php14180644editdlrm
AddJobInformation.php5650644editdlrm
AddLogs.php5050644editdlrm
AddQueries.php5270644editdlrm
AddSolutions.php8110644editdlrm
SetNotifierName.php3040644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/facade/ignition/src/Middleware/AddExceptionInformation.php (490B)
getThrowable(); if (! $throwable instanceof QueryException) { return $next($report); } $report->group('exception', [ 'raw_sql' => $throwable->getSql(), ]); return $next($report); } }