mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
9 lines
241 B
PHP
9 lines
241 B
PHP
<?php
|
|
|
|
use Symfony\Component\ErrorHandler\ErrorHandler;
|
|
|
|
require __DIR__.'/vendor/autoload.php';
|
|
|
|
// see https://github.com/symfony/symfony/issues/53812#issuecomment-1962740145
|
|
set_exception_handler([new ErrorHandler(), 'handleException']);
|