mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 03:21:18 +02:00
Update 05-05-01-Exceptions.md
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user