github/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php
2025-04-12 19:11:43 +08:00

7 lines
112 B
PHP
Executable File

<?php declare(strict_types=1);
namespace PhpParser;
class ConstExprEvaluationException extends \Exception {
}