diff --git a/src/Illuminate/Contracts/Debug/ExceptionHandler.php b/src/Illuminate/Contracts/Debug/ExceptionHandler.php index 54381a179af2..3b6594a2ba29 100644 --- a/src/Illuminate/Contracts/Debug/ExceptionHandler.php +++ b/src/Illuminate/Contracts/Debug/ExceptionHandler.php @@ -41,6 +41,8 @@ public function render($request, 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); }