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