mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 11:31:16 +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
|
// The driver could not send the email
|
||||||
}
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
// Use this to let user know email was sent
|
||||||
|
}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
### SPL Exceptions
|
### SPL Exceptions
|
||||||
|
Reference in New Issue
Block a user