Browse Source

Expand docblock description.

Co-Authored-By: Mark Story <mark@mark-story.com>
ADmad 6 years ago
parent
commit
49fc743ea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Error/ErrorLogger.php

+ 1 - 1
src/Error/ErrorLogger.php

@@ -24,7 +24,7 @@ use Psr\Http\Message\ServerRequestInterface;
 use Throwable;
 
 /**
- * Log errors.
+ * Log errors and unhandled exceptions to `Cake\Log\Log`
  */
 class ErrorLogger
 {