@@ -229,7 +229,7 @@ class UserBasicForm extends Model {
]);
}catch (Exception $e) {
$transaction->rollBack();
- throw new Exception($userModel->getErrors());
+ throw new Exception($e->getFile() . ' ' . $e->getLine() . ' ' . $e->getMessage());
}
return $userModel;