Pandabot/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php

6 lines
112 B
PHP
Executable file

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