Update 07-03-01-Exceptions.md

Change misleading comment.
This commit is contained in:
Jordon Smith
2013-10-02 15:39:27 +01:00
parent 803c580a25
commit af797631f9

View File

@@ -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 %}