Skip to content
Snippets Groups Projects
Commit 3e449c74 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

check excpetion

parent 4249c0a6
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<?php endforeach; ?>
</tbody>
</table>
<?php } catch(Exception $e) {
echo $e->getMessage();
<?php } catch (Exception $e) {
//echo $e->getMessage();
} ?>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment