Dingo\Api\Exception\Handler::renderForConsole PHP Method

renderForConsole() public method

Render an exception to the console.
public renderForConsole ( Symfony\Component\Console\Output\OutputInterface $output, Exception $exception ) : mixed
$output Symfony\Component\Console\Output\OutputInterface
$exception Exception
return mixed
    public function renderForConsole($output, Exception $exception)
    {
        return $this->parentHandler->renderForConsole($output, $exception);
    }