1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 22:01:18 +01:00
PHP-Parser/lib/PhpParser/ConstExprEvaluationException.php

7 lines
86 B
PHP
Raw Permalink Normal View History

<?php
namespace PhpParser;
2018-01-10 14:24:26 -02:00
class ConstExprEvaluationException extends \Exception
2018-01-10 15:04:06 -02:00
{}