google_forms/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationExceptio...

10 lines
113 B
PHP
Raw Permalink Normal View History

2024-08-09 12:04:48 +00:00
<?php
declare(strict_types=1);
namespace PhpParser;
class ConstExprEvaluationException extends \Exception
{
}