mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 15:18:17 +01:00
7 lines
111 B
PHP
7 lines
111 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace PhpParser;
|
|
|
|
class ConstExprEvaluationException extends \Exception
|
|
{}
|