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