ConstExprEvaluationException.php 86 B

123456
  1. <?php
  2. namespace PhpParser;
  3. class ConstExprEvaluationException extends \Exception
  4. {}