Update 05-05-01-Exceptions.md

This commit is contained in:
Chris Christoff
2013-06-22 10:16:01 -03:00
parent e5618e81e4
commit 97caf3e9ef

View File

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