opsdash-app/opsdash/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php
2025-10-27 16:03:31 +07:00

6 lines
112 B
PHP

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