Browse Source

Add clarification to comment.

Taylor Otwell 10 years ago
parent
commit
abaee25b56
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Exceptions/Handler.php

+ 2 - 0
app/Exceptions/Handler.php

@@ -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
 	 */