1<?php
2
3use Twig\Error\Error;
4
5class_exists('Twig\Error\Error');
6
7if (\false) {
8    class Twig_Error extends Error
9    {
10    }
11}
12