latte
latte copied to clipboard
Template: fix "Failed to delete buffer" error
- bug fix: yes
- BC break: no
This fixes error
ob_end_clean(): Failed to delete buffer. No buffer to delete
but I'm not sure if this is the best way to do it.
It happens with combination of
- using
Engine::renderToString() - having configured exception handler
$latte->setExceptionHandler(fn(Throwable $e) => throw $e); - error happends inside
{try}...{/try}
Latte 3.0.2, standalone usage