mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 11:31:16 +02:00
Update 07-03-01-Exceptions.md
Change misleading comment.
This commit is contained in:
@@ -40,7 +40,7 @@ catch(Fuel\Email\SendingFailedException $e)
|
|||||||
}
|
}
|
||||||
finally
|
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 %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user