VipService
parent
1b600a2277
commit
67b82ea846
|
|
@ -34,8 +34,7 @@ class VipController extends Controller
|
|||
return $result;
|
||||
} catch (\Exception $e) {
|
||||
DB::rollBack();
|
||||
report($e);
|
||||
throw new BizException($e->getMessage());
|
||||
throw new $e;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue