public function ExceptionHandler::catchOutput in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\DebugCode
public function catchOutput($buffer) {
$this->caughtBuffer = $buffer;
return '';
}