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

10 lines
113 B
PHP

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