芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Exceptions/Handler.php
reportable(function (Throwable $e) { // }); } public function render($request, Throwable $e) { if ($e instanceof Redirectingexception) { return redirect()->back(); } if($this->isHttpException($e)) { if ($request->is('customer-products/admin')) { return NgeniusUtility::initPayment(); } return parent::render($request, $e); } else { return parent::render($request, $e); } } }