From 97caf3e9ef627cd3f09699154fca4d9b8e1ee6b4 Mon Sep 17 00:00:00 2001 From: Chris Christoff Date: Sat, 22 Jun 2013 10:16:01 -0300 Subject: [PATCH] Update 05-05-01-Exceptions.md --- _posts/05-05-01-Exceptions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_posts/05-05-01-Exceptions.md b/_posts/05-05-01-Exceptions.md index 685caa1..56311b6 100644 --- a/_posts/05-05-01-Exceptions.md +++ b/_posts/05-05-01-Exceptions.md @@ -38,6 +38,10 @@ catch(Fuel\Email\SendingFailedException $e) { // The driver could not send the email } +finally +{ + // Use this to let user know email was sent +} {% endhighlight %} ### SPL Exceptions