<?php ob_end_clean(): bool
<?php protected function handleViewException(Throwable $baseException, $obLevel) { while (ob_get_level() > $obLevel) { ob_end_clean(); } if ($baseException instanceof ViewException) {