Commit b97f696e authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent eef320d5
...@@ -38,7 +38,7 @@ class BlogBidController extends BaseController { ...@@ -38,7 +38,7 @@ class BlogBidController extends BaseController {
} else { } else {
return ActiveForm::validate($model); return ActiveForm::validate($model);
} }
} catch (Exception $e) { } catch (\Exception $e) {
$transaction->rollBack(); $transaction->rollBack();
echo "ASD"; die; echo "ASD"; die;
throw $e; throw $e;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment