1: <?php
2:
3: namespace PhpParser;
4:
5: class ConstExprEvaluationException extends \Exception
6: {}
7: