CodeExplorer displayWithErrorHandling example
public function getBlocks() { return $this->blocks;
} public function display(array
$context, array
$blocks =
[]) { $this->
displayWithErrorHandling($this->env->
mergeGlobals($context),
array_merge($this->blocks,
$blocks));
} public function render(array
$context) { $level =
ob_get_level();
if ($this->env->
isDebug()) { ob_start();
} else { ob_start(function D
) { return '';
});
} try {