Skip to content

Commit

Permalink
docs: reword copy-pasted description of callback
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Oct 21, 2022
1 parent f3205ea commit 3120c1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions system/Debug/Exceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,7 @@ public function exceptionHandler(Throwable $exception)
}

/**
* Even in PHP7, some errors make it through to the errorHandler, so
* convert these to Exceptions and let the exception handler log it and
* display it.
*
* This seems to be primarily when a user triggers it with trigger_error().
* The callback to be registered to `set_error_handler()`.
*
* @return bool
*
Expand Down

0 comments on commit 3120c1d

Please sign in to comment.