mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-04 10:18:09 +01:00
5 lines
85 B
PHP
5 lines
85 B
PHP
|
<?php
|
||
|
|
||
|
namespace PhpParser;
|
||
|
|
||
|
class ConstExprEvaluationException extends \Exception {}
|