Add clarification to comment.

This commit is contained in:
Taylor Otwell 2014-11-19 20:00:42 -06:00
parent 2e0afb9bf1
commit abaee25b56
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ class Handler extends ExceptionHandler {
/**
* Report or log an exception.
*
* This is a great location to send exceptions to Sentry, Bugsnag, etc.
*
* @param \Exception $e
* @return void
*/