mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 19:16:20 +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
|
||||
{
|
||||
// Use this to let user know email was sent
|
||||
// Executed regardless of whether an exception has been thrown, and before normal execution resumes
|
||||
}
|
||||
{% endhighlight %}
|
||||
|
||||
|
Reference in New Issue
Block a user