Skip to content

Commit

Permalink
[9.x] Makes ExceptionHandler::renderForConsole internal (#40936)
Browse files Browse the repository at this point in the history
* Makes `ExceptionHandler::renderForConsole` internal

* Update Handler.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
nunomaduro and taylorotwell committed Feb 10, 2022
1 parent e76a1ec commit 125850e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,8 @@ protected function convertExceptionToArray(Throwable $e)
* @param \Symfony\Component\Console\Output\OutputInterface $output
* @param \Throwable $e
* @return void
*
* @internal This method is not meant to be used or overwritten outside the framework.
*/
public function renderForConsole($output, Throwable $e)
{
Expand Down

0 comments on commit 125850e

Please sign in to comment.