diff --git a/_posts/07-03-01-Exceptions.md b/_posts/07-03-01-Exceptions.md index f5d68c3..13b3a8d 100644 --- a/_posts/07-03-01-Exceptions.md +++ b/_posts/07-03-01-Exceptions.md @@ -40,7 +40,7 @@ catch(Fuel\Email\SendingFailedException $e) } finally { - // Use this to let user know email was sent + // Executed regardless of whether an exception has been thrown, and before normal execution resumes } {% endhighlight %}