Skip to content

Commit

Permalink
Exception for database creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Papnoi committed Jun 12, 2021
1 parent 947a905 commit 061ae92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Controller/ConfigureHelpdesk.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ public function updateConfigurationsXHR(Request $request, KernelInterface $kerne
return new JsonResponse(['success' => true]);
}
} catch (\Exception $e) {
// Do nothing ...
// Dump Exception ...
dump($e->getMessage()); die;
}

return new JsonResponse(['success' => false], 500);
Expand Down

0 comments on commit 061ae92

Please sign in to comment.