You are here

public function ExceptionHandler::catchOutput in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/debug/ExceptionHandler.php \Symfony\Component\Debug\ExceptionHandler::catchOutput()

@internal

File

vendor/symfony/debug/ExceptionHandler.php, line 450

Class

ExceptionHandler
ExceptionHandler converts an exception to a Response object.

Namespace

Symfony\Component\Debug

Code

public function catchOutput($buffer) {
  $this->caughtBuffer = $buffer;
  return '';
}